Timezone options for datetime calculations and scheduling
Derived from sys_user.time_zone field choices when available, with string fallback for custom timezones.
Provides autocomplete for all standard ServiceNow platform timezones while allowing custom timezone strings.
Example
// Use standard timezone (with autocomplete) timeZone: 'US/Pacific'
// Use custom timezone string timeZone: 'Custom/MyTimezone'
Timezone options for datetime calculations and scheduling
Derived from sys_user.time_zone field choices when available, with string fallback for custom timezones. Provides autocomplete for all standard ServiceNow platform timezones while allowing custom timezone strings.