v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Lookups

Get Time Zones by Offset

Retrieves a list of time zones based on the specified time zone offset.

get/v1/timeZones

Query parameters

TimeZoneOffsetnumber double

The time zone offset used to filter the time zones.

Response

A list of time zones matching the specified offset.

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.