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…

05:44noon20:27
Time zone
UTC offset
Date

By country

Browse by country.

200 sovereign states · 50 dependencies

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
}
}
]
}