@servicenow/sdk - v4.7.0
    Preparing search index...
    TimeZoneField: typeof sys_user["schema"]["time_zone"]

    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.

    // Use standard timezone (with autocomplete)
    timeZone: 'US/Pacific'

    // Use custom timezone string
    timeZone: 'Custom/MyTimezone'