Skip to content

Commit b28c6d5

Browse files
committed
feat(date-timezone): add New Zealand and Fiji timezones to the constants
Signed-off-by: Manuel Abascal <[email protected]>
1 parent 142e593 commit b28c6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/app/shared/constants/date-timezone-date.const.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ export const TIMEZONES: Array<{ label: string; timezone: string, zone: string }>
2525
{label: 'Sydney (AEST)', timezone: 'Australia/Sydney', zone: 'Australia'},
2626
{label: 'Melbourne (AEST)', timezone: 'Australia/Melbourne', zone: 'Australia'},
2727
{label: 'Perth (AWST)', timezone: 'Australia/Perth', zone: 'Australia'},
28+
{label: 'New Zealand (NZST)', timezone: 'Pacific/Auckland', zone: 'Pacific'},
29+
{label: 'Fiji (FJT)', timezone: 'Pacific/Fiji', zone: 'Pacific'},
2830
{label: 'Beijing (CST)', timezone: 'Asia/Shanghai', zone: 'Asia'},
2931
{label: 'Tokyo (JST)', timezone: 'Asia/Tokyo', zone: 'Asia'},
3032
{label: 'Seoul (KST)', timezone: 'Asia/Seoul', zone: 'Asia'},

0 commit comments

Comments
 (0)