worldclock.tools

World clocks & live time

The world clock

Build a board of the places you care about. Every clock ticks live, shows whether it's day or night there, and tells you how far ahead or behind it runs from your own zone. Your board is saved on this device.

5 cities · your zone UTC
Los Angeles
United States
––:––:––
New York City
United States
––:––:––
London
United Kingdom
––:––:––
Dubai
United Arab Emirates
––:––:––
Tokyo
Japan
––:––:––

How to use the the world clock

  1. Search for a city

    Type any city name or country into the search box. All 34,000 cities in the dataset are searchable, so smaller places resolve just as well as capitals — each one carries its own IANA time zone rather than a country-wide assumption.

  2. Build your board

    Add as many cities as you follow. Cards sort themselves west to east by UTC offset, so the board reads like a strip of the globe and the day boundary is obvious at a glance.

  3. Switch between digital and analog

    The toggle above the board swaps every card between a digital readout and an analog dial. Analog makes the relative position of the hands easier to scan when you are comparing six cities at once.

  4. Read the offsets

    Each card shows the city's UTC offset and how far ahead or behind it runs from your own zone, which your browser reports. The day-and-night tint tells you whether it is a reasonable hour to call before you do the arithmetic.

  5. Come back to the same board

    Your city list is saved to this browser's local storage. It is there the next time you open the page, and it never leaves your device.

Why a world clock beats doing the math

Mental time-zone arithmetic fails in predictable ways. People remember an offset rather than a rule, so a team that has worked to "London is five hours ahead of New York" for months is suddenly an hour wrong for the two weeks in March when Europe and North America have not yet both changed their clocks. The offset between two cities is not a constant; it is a function of the date.

A live board removes the arithmetic entirely. Every card is computed from the IANA time zone database that ships inside your browser, evaluated for this instant, so daylight saving is already applied on both sides. If Santiago has just moved and Sydney has not, the board shows it without anyone having to remember that it happened.

The day-and-night tint carries the information that a bare number does not. Knowing that Tokyo is thirteen hours ahead tells you less than seeing that it is the middle of the night there. The phase is computed from each city's latitude and longitude and the sun's real elevation, so it stays right at high latitudes where a naive "6am to 6pm" rule falls apart in summer and winter.

Everything runs client-side. There is no request to a time server, no location lookup, and no account — the page reads your device clock and your browser's zone database, and that is all it needs.

When you'd reach for it

Running a distributed team

Keep every office on one screen so you can see who is mid-morning and who is about to log off before you send the message.

Family and friends abroad

Check whether it is a civil hour to call before you dial, rather than after you have woken someone at 3am.

Following markets

Watch several financial centres at once and see which sessions are open, closing, or yet to start.

Travel planning

Line up your origin and destination to work out what your body clock will be doing when you land.

On-call rotations

See the local hour for whoever is currently paged, so escalation decisions account for what time it is where they are.

Live event coordination

Keep the broadcast, production and audience zones side by side while a launch or stream is running.

Questions & answers

How many cities can I add to the board?
As many as you like. The search covers 34,043 cities across 244 countries and territories, and each one carries its own IANA time zone, so smaller cities are handled as precisely as capitals.
Is my board saved?
Yes, in this browser's local storage. It is restored the next time you open the page on this device and is never uploaded — there is no account and no server-side copy.
Does the clock handle daylight saving time?
Yes. Every clock is computed from the IANA time zone database built into your browser, evaluated for the current instant, so daylight saving is already applied for each city independently — including the weeks when one city has changed its clocks and another has not.
How does it know whether it is day or night in a city?
From the city's real latitude and longitude and the sun's computed elevation at that moment, rather than a fixed rule about hours. That keeps the day-and-night tint correct at high latitudes, where summer daylight can run past midnight.
Does the page track my location?
No. Your browser reports its own time zone so the board can show relative offsets, and that value never leaves the page. There is no geolocation request, and your position is never requested, derived or recorded.