| GET /timezone/<abbreviation> |
This service is used to retrieve the details of a specific TimeZone.
No request body is used for this service. Arguments are included as part of the request URL.
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). |