Locale
Get time-zone
Get time-zone
get/locale/timezones/{zoneId}
Path parameters
zoneIdstring required
A time-zone id
Response
A time-zone
Example response
{
"data": {
"id": "America__Marigot",
"name": "Atlantic Standard Time",
"rawUtcOffsetHours": -4
}
}