List all time zones
Returns every UTC offset observed across all countries, sorted from UTC-12:00 to UTC+14:00, each with a count of how many countries observe it.
Returns every UTC offset observed across all countries, sorted from UTC-12:00 to UTC+14:00, each with a count of how many countries observe it.
Response Body
application/json
curl -X GET "https://example.com/timezones"[ { "timezone": "UTC+01:00", "countries": 50 }]