TimeZone

  • A TimeZone represents a time zone from the IANA Time Zone Database.

  • The TimeZone object is represented in JSON format with id and optional version fields.

  • The id field specifies the IANA Time Zone Database time zone, like "America/New_York".

  • The optional version field indicates the IANA Time Zone Database version number, for example "2019a".

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".