v1

latestSwagger 2.0Creative Commons Attribution 3.02026-07-14263452.9 KB
Locale

Get time-zone

Get time-zone

get/locale/timezones/{zoneId}

Path parameters

zoneIdstring required

A time-zone id

Response

A time-zone

idstring

The time-zone id

namestring

The time-zone name

rawUtcOffsetHoursinteger

The number of hours this time-zone is offset from UTC

Example response

{
  "data": {
    "id": "America__Marigot",
    "name": "Atlantic Standard Time",
    "rawUtcOffsetHours": -4
  }
}