Time Zones
Perform a lookup of the time zone for a specific location.
POST /maps/timezone/v1/lookup
[ -0.143114, 51.538792 ]
Tip
The coordinates are represented as an array with the longitude and latitude values.
Response:
The data type
is always timezone
. More than one data object may be returned on locations that are near the border of two timezones.
{
"data": [
{
"type": "timezone",
"context": {},
"properties": {
"id": "Europe/London",
}
}
]
}