GET /globalisation/time_zones

Requests the list of time zone information.

Note: This call is not rate-limited.

Parameters

callback

(optional)

Only available for JSON format. If supplied, the response will use JSONP format with a callback of the given name.

Request Content Type

N/A

Response

Returns the TimeZoneInfo resource in the requested format.

Response Content Type

application/json, application/javascript (JSONP), application/xml or text/csv as requested

Give It A Try...

Enter appropriate parameter values then click on the link which appears to try the API call...

Note: You must have JavaScript support enabled in your browser to use this feature.

callback

(optional)

Response format

 

Request Examples

GET /globalisation/time_zones?auth=e722fa0c702f42b68e2fdb771a80caed
GET /globalisation/time_zones.json?auth=e722fa0c702f42b68e2fdb771a80caed
GET /globalisation/time_zones.xml?auth=e722fa0c702f42b68e2fdb771a80caed
GET /globalisation/time_zones.csv?auth=e722fa0c702f42b68e2fdb771a80caed

Response Examples

JSON body:

[
  {
    "TimeZoneId": "CE31CEF8",
    "DisplayName": "(UTC+02:00) Harare, Pretoria"
  }
]

XML body:

<?xml version="1.0"?>
<ArrayOfTimeZoneInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TimeZoneInfo TimeZoneId="CE31CEF8">
    <DisplayName>(UTC+02:00) Harare, Pretoria</DisplayName>
  </TimeZoneInfo>
</ArrayOfTimeZoneInfo>

CSV body:

TimeZoneId,DisplayName
CE31CEF8,"(UTC+02:00) Harare, Pretoria"