Skip to content

Commit 095bb90

Browse files
committed
feat: include Asia/Jakarta timezone in TIMEZONES
1 parent 675e5cd commit 095bb90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UTMStack 10.5.17 Release Notes
22
## Bugfix
33
-Fixed an issue preventing incident status updates when entering long solutions.
4-
-Resolved a problem blocking incident creation from the Alerts panel.
4+
-Fixed an issue blocking incident creation from the Alerts panel.
5+
-Added Asia/Jakarta timezone to the TIMEZONES list.

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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const TIMEZONES: Array<{ label: string; timezone: string, zone: string }>
3232
{label: 'Hong Kong (HKT)', timezone: 'Asia/Hong_Kong', zone: 'Asia'},
3333
{label: 'New Delhi (IST)', timezone: 'Asia/Kolkata', zone: 'Asia'},
3434
{label: 'Dubai (GST)', timezone: 'Asia/Dubai', zone: 'Asia'},
35+
{label: 'Jakarta (WIB)', timezone: 'Asia/Jakarta', zone: 'Asia'},
3536
{label: 'Jerusalem (IST)', timezone: 'Asia/Jerusalem', zone: 'Asia'},
3637
{label: 'Buenos Aires (ART)', timezone: 'America/Argentina/Buenos_Aires', zone: 'America'},
3738
{label: 'São Paulo (BRT)', timezone: 'America/Sao_Paulo', zone: 'America'},

0 commit comments

Comments
 (0)