Click or drag to resize
GET /timezone/<abbreviation>
Print this page
Description

This service is used to retrieve the details of a specific TimeZone.

Request

No request body is used for this service. Arguments are included as part of the request URL.

Response

On success, the response body contains the JSON object that represents a timezone:

Member Type Purpose
id string The ID of the time zone.
name string The name for the time zone.
abbreviation string The abbreviation for this time zone.
currentOffset string The time zone's offset from UTC in ISO 8601 format (+/-hh:mm). If applicable, this includes the daylight savings offset.
utcOffset string The time zone's standard offset from UTC in ISO 8601 format (+/-hh:mm).
If the request fails, an Error Response is generated.