Good afternoon · Thursday, July 2, 2026

What time is it
where they are?

Type any city, country, or zone to see its local time right now — or convert between two. Every named zone and UTC offset, always daylight-saving-correct.

Your local time ☀ Daylight
12:58:53

UTC-04:00 · detected from browser

05:46noon20:37
Time zone
America/New_York
UTC offset
UTC-04:00
Date
Jul 2

By country

Browse by country.

200 sovereign states · 50 dependencies

Convert

Jump straight into a conversion.

Open the converter →

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