v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Lookups

Get Time Zones by Time Zone Key

Retrieves a specific time zone identified by TimeZoneKey.

get/v1/timeZones/{TimeZoneKey}

Path parameters

TimeZoneKeyinteger required

The unique identifier (key) of the time zone to be retrieved.

Response

The time zone associated with the specified key.

TimeZoneKeyinteger nullable

The unique key identifier for the time zone.

TimeZoneIDstring nullable

The unique identifier string for the time zone.

TimeZoneDisplayNamestring nullable

The display name of the time zone, typically shown to users.

TimeZoneStandardNamestring nullable

The standard name of the time zone, used during non-daylight saving time.

TimeZoneDayLightNamestring nullable

The daylight saving time name of the time zone, used during daylight saving time.

TimeZoneOffsetnumber double nullable

The time zone offset from Coordinated Universal Time (UTC), measured in hours.

CreatedDatestring date-time nullable

The date and time when the time zone record was created.

LastUpdatedstring date-time nullable

The date and time when the time zone record was last updated.

DaylightSavingsBitboolean nullable

Indicates whether the time zone observes daylight saving time.

Latitudenumber double nullable

The latitude coordinate of the location associated with the time zone.

Longitudenumber double nullable

The longitude coordinate of the location associated with the time zone.