For the complete documentation index, see llms.txt. This page is also available as Markdown.

TimeZone Object

Description

The TimeZone object represents an available time zone.

Properties

displayName

Name of the time zone.

Type: string

timeZoneId

ID of the time zone.

Type: string

Sample JSON

{
    "displayName": "(UTC-5:00) Eastern Standard Time",
    "timeZoneId": "Eastern Standard Time"
}

Last updated