
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2023 02:03 PM
Hi Folks,
There appears to be a number of time zones missing from the the OOTB settings for time zone, where user's can select their time zone on their profile, in the portal.
Places such as China and Mexico are missing. Why are some listed and others missing; is there a straight-forward way for us to add the missing ones?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 07:43 PM
Hi, OOB there are a lot of TimeZones set to 'Inactive' = true in sys_choice table
I suspect that you just need to enable the additional TZ's that you want to use IE 'Inactive' = false
/sys_choice_list.do?sysparm_query=name%3Dsys_user%5Eelement%3Dtime_zone&sysparm_view=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2023 07:43 PM
Hi, OOB there are a lot of TimeZones set to 'Inactive' = true in sys_choice table
I suspect that you just need to enable the additional TZ's that you want to use IE 'Inactive' = false
/sys_choice_list.do?sysparm_query=name%3Dsys_user%5Eelement%3Dtime_zone&sysparm_view=

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2023 01:05 PM
Thanks Tony!