Timezone
The Timezone API provides time offset data for locations on the surface of the earth.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/timezone?lat=40.748442&lon=-73.985658"{ "timezone": { "name": "Asia/Kolkata", "now_in_dst": 0, "offset_sec": 19800, "short_name": "IST", "full_name": "India Standard Time" }}