Multi-city world clock
This multi-city world clock shows the live time and date in cities around the globe, side by side. Add the places you care about and each appears with its UTC offset and how many hours it is ahead of or behind your own device. It is ideal for scheduling international calls, coordinating remote teams, and tracking markets or family abroad.
How it works
The clock reads your device’s current time once per second and converts it into each city’s local time using your browser’s built-in IANA time-zone database through the Intl API — the same data your operating system uses. Because each city carries its own daylight-saving rules, transitions are applied automatically, and offsets that aren’t whole hours (like India at UTC+5:30) display correctly. The difference versus your own zone is computed live, so it stays right even when a city shifts for daylight saving.
| Column | Meaning |
|---|---|
| Local time | Live time in that city |
| UTC offset | Hours ahead of or behind UTC |
| Vs your time | Hours ahead of or behind your device |
Example
If your device is in London (UTC+1 in summer) and you add Tokyo (UTC+9), the row shows Tokyo as +8 hours. When it is 09:00 for you, Tokyo reads 17:00 — handy for finding a meeting slot that suits both.
It is privacy-first — no location is shared and no clock data is fetched; everything runs locally.