Time Zone Converter
Pick a date and time in one city and read it in every other city that matters to you — with the UTC offset, the day difference and a colour band showing whether it lands in someone's working day.
🕒 Source time
The moment everything else is converted from.
📍 UTC
🌐 Zones compared
Search by city, country or IANA identifier — Tokyo, India, Europe/Berlin.
| City | Local time | Date | UTC offset | Difference | Working hours | Remove |
|---|---|---|---|---|---|---|
| UTC 📍 Your zone UTC | 09:00 | Thu 1 Jan 2026 | UTC±00:00 | same time | Working hours | |
| New York America/New_York | 04:00 | Thu 1 Jan 2026 | UTC-05:00 | -5h | Night | |
| London Europe/London | 09:00 | Thu 1 Jan 2026 | UTC±00:00 | same time | Working hours | |
| Berlin Europe/Berlin | 10:00 | Thu 1 Jan 2026 | UTC+01:00 | +1h | Working hours | |
| Dubai Asia/Dubai | 13:00 | Thu 1 Jan 2026 | UTC+04:00 | +4h | Working hours | |
| Mumbai Asia/Kolkata | 14:30 | Thu 1 Jan 2026 | UTC+05:30 | +5h 30m | Working hours | |
| Singapore Asia/Singapore | 17:00 | Thu 1 Jan 2026 | UTC+08:00 | +8h | Working hours | |
| Tokyo Asia/Tokyo | 18:00 | Thu 1 Jan 2026 | UTC+09:00 | +9h | Edge of the day | |
| Seoul Asia/Seoul | 18:00 | Thu 1 Jan 2026 | UTC+09:00 | +9h | Edge of the day | |
| Sydney Australia/Sydney | 20:00 | Thu 1 Jan 2026 | UTC+11:00 | +11h | Edge of the day | |
| Los Angeles America/Los_Angeles | 01:00 | Thu 1 Jan 2026 | UTC-08:00 | -8h | Night |
📅 Meeting planner — next 24 hours
Each column is one hour from the source time. 🟢 09:00–18:00, 🟡 07:00–09:00 and 18:00–22:00, 🔴 everything else.
🟢 Working hours (09–18) · 🟡 Edge of the day (07–09, 18–22) · 🔴 Night
🔁 Daylight saving
How to use the time zone converter
- Set the source moment. Pick a date and a time, or press “Now” to jump to the current moment. The source zone starts as your own and can be changed to any city on your list.
- Read the table. Every selected zone shows its local time, the date there, its UTC offset, how far ahead or behind the source it is, and a working-hours band.
- Add the cities you need. Search by city, country or IANA identifier — “Tokyo”, “India” and “Europe/Berlin” all find the same kind of thing. Remove a city with the ✕ button.
- Scan the meeting planner. Each row is one city and each cell one hour of the next 24, coloured by how civilised that hour is locally. Look for a column that is green all the way down.
- Switch to a 12-hour clock if you prefer, and copy the whole table with one button.
How offsets are calculated
A time zone is not a fixed number of hours. It is a set of rules — a standard offset, plus daylight saving transitions with their own dates — maintained in the IANA time zone database and shipped with every browser and operating system.
This tool asks the browser directly. For a given instant it formats that instant in the target zone with Intl.DateTimeFormat and reads the timeZoneName part in longOffset style, which comes back as a string such as GMT-05:00. Parsing that gives the offset in minutes for that exact moment, which is what makes daylight saving fall out automatically.
| Step | What happens |
|---|---|
| 1 | Your wall-clock date and time are combined with the source zone |
| 2 | That is resolved to a single instant (epoch milliseconds) |
| 3 | The instant is formatted in each target zone with formatToParts |
| 4 | The offset for that instant is read and shown as UTC+HH:MM |
| 5 | Calendar dates are compared to give the +1 or -1 day marker |
Going the other way — from a wall clock to an instant — takes two passes, because the offset you need depends on the answer you are looking for. The tool guesses with one offset, recomputes the offset at the resulting instant, and applies it again. That converges everywhere except inside a transition, where by definition there is no single right answer.
Worked examples
A simple conversion. 09:00 UTC on 21 September 2026 is 18:00 in Tokyo the same day, at UTC+09:00, and 05:00 in New York, also the same day. Tokyo is 9 hours ahead of the source, New York 4 behind.
A day boundary. 02:00 UTC on 21 September 2026 is 19:00 on 20 September in Los Angeles — a -1 day marker in the table. Compared with Tokyo, which is at 11:00 on the 21st, Los Angeles is 16 hours behind and a calendar day back.
Spring forward in New York. Daylight saving begins at 02:00 local on 8 March 2026. At 06:59 UTC New York is still on UTC-05:00; one minute later, at 07:00 UTC, it is on UTC-04:00. A recurring 09:00 New York call moves by an hour relative to London that week, because the UK changes on a different date.
Autumn in Berlin. Central European Summer Time ends at 03:00 local on 25 October 2026. At 00:59 UTC Berlin reads UTC+02:00; at 01:00 UTC it reads UTC+01:00. The local hour from 02:00 to 03:00 happens twice that morning.
Half-hour and quarter-hour zones. India is at UTC+05:30 all year and Nepal at UTC+05:45. Offsets are not all whole hours, which is why the table shows minutes.
Tips for scheduling across zones
- Agree on a zone, not a time. “14:00 UTC” survives a forwarded invitation; “2 pm” does not.
- Watch the transition weeks. The US, Europe and Australia change clocks on different dates, so the gap between New York and London is five hours for most of the year but four for two weeks in March.
- The southern hemisphere is the other way round. Sydney is on summer time in January and standard time in July, so the gap to Europe widens and narrows twice a year.
- Not everywhere changes. Japan, India, most of Africa and Asia, Arizona and Queensland have no daylight saving at all.
- Check the day, not just the hour. A 09:00 Monday call in London is 18:00 Monday in Tokyo but 17:00 Sunday in Honolulu — a different working week entirely.
- Use the amber band sparingly. Somebody taking a 07:30 or 21:00 call is doing you a favour; rotating who does it is fairer than always picking the same zone.
Glossary
- IANA time zone – an identifier like
Europe/Berlinthat carries a region’s full history of offsets and daylight saving rules. - UTC offset – how far local clocks are from Coordinated Universal Time at a given moment, written
UTC+05:30. - DST – daylight saving time, a seasonal shift of local clocks, usually by one hour.
- Instant – a single point on the timeline, independent of any zone.
Privacy
Everything is calculated in your browser using the time zone data your operating system already ships. No dates, times or city lists are sent anywhere; your selected zones are stored only in this browser’s local storage, and the reset button clears them back to the defaults.
Frequently asked questions
Does this handle daylight saving automatically?
Yes. Offsets are read from your browser's IANA time zone database for the exact instant you picked, not from a fixed table. Set the date to 8 March 2026 and New York moves from UTC-05:00 to UTC-04:00 across the 02:00 boundary; set it to 25 October 2026 and Berlin goes from UTC+02:00 back to UTC+01:00.
Why does the tool use city names instead of abbreviations like EST?
Because abbreviations are ambiguous and change with the season. "EST" is not the same as "EDT", CST means Central Standard Time in North America and China Standard Time in Asia, and IST covers India, Ireland and Israel. An IANA identifier such as America/New_York always means the same place and carries its own daylight saving rules.
What do the green, amber and red bands mean?
Green is 09:00 to 18:00 local, amber is 07:00 to 09:00 and 18:00 to 22:00, and red is everything else. They are a rough convenience marker for meeting planning, not a claim about anyone's actual working hours.
What happens on the clock change if I pick a time that does not exist?
On a spring-forward morning a local time like 02:30 is skipped entirely. The converter resolves it to a real instant rather than refusing, which puts the result an hour off the time you typed. On an autumn morning the same local time happens twice, and the converter uses the second pass, after the clocks go back.
Are my selected cities saved?
Yes, in your browser's local storage, so the list is still there next time you open the page. Nothing is sent to a server, and the "Reset" button puts the default list back.
Which zone is the source?
By default your own, detected from your browser. You can pick any zone in your list as the source instead, which is useful when you are scheduling on behalf of a colleague in another country.
Related tools
- Unix Timestamp ConverterA live epoch clock, instant timestamp-to-date conversion in UTC and your local time, a date-to-timestamp direction, and a batch mode for whole log columns.
- Date Difference CalculatorTwo calculators in one — the exact gap between two dates, including business days, and a date-maths mode that adds or subtracts any period.
- Sleep CalculatorTell the calculator when you need to wake up — or when you are heading to bed — and it counts whole sleep cycles to suggest times that land in light sleep rather than the middle of a cycle.
Last reviewed: