Good afternoon
The world's clock,
following the sun.
Every time zone, every country, every offset — visualised by where the daylight is right now. Built for distributed teams who care which side of the planet is awake.
Your local time ☀ Daylight
--:--:--
Detecting your time zone…
Time zone
—
UTC offset
—
Date
—
By country
Browse by country.
200 sovereign states · 50 dependencies
🇺🇸🇷🇺🇨🇦🇧🇷🇲🇽🇦🇷🇦🇺🇦🇶🇰🇿🇬🇱🇮🇩🇨🇱
United States
19 time zones · 43 cities
Russia
22 time zones · 39 cities
Canada
13 time zones · 12 cities
Brazil
4 time zones · 43 cities
Mexico
8 time zones · 38 cities
Argentina
1 time zone · 6 cities
Australia
12 time zones · 8 cities
Antarctica
12 time zones · 0 cities
Kazakhstan
2 time zones · 4 cities
Greenland
7 time zones · 1 city
Indonesia
3 time zones · 29 cities
Chile
6 time zones · 3 cities
Free · Developer API
Time, as JSON.
Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.
GET /v1/timezones Live
countries, cities, convert, DST transitions coming next.
Get your free API key →// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}