TimeZone

  • The JSON object represents a time zone from the IANA Time Zone Database.

  • It includes an id field specifying the time zone (e.g., "America/New_York") and an optional version field indicating the IANA database version.

Represents a time zone from the IANA Time Zone Database.

JSON representation
{
  "id": string,
  "version": string
}
Fields
id

string

IANA Time Zone Database time zone. For example "America/New_York".

version

string

Optional. IANA Time Zone Database version number. For example "2019a".