TimeZone

  • A Time Zone in the IANA Time Zone Database is represented by an ID and an optional version.

  • The ID field is a string that indicates the time zone, such as "America/New_York".

  • The version field is an optional string representing the IANA Time Zone Database version number.

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