Time Zone Converter

Pick a date, a time and two zones, and this converts one to the other — telling you not just the clock time but the calendar day it lands on, which is the part that actually goes wrong. It reads each zone’s UTC offset for that exact date rather than assuming a fixed gap, so daylight saving is handled: New York is five hours behind London for most of the year, but four for the two weeks in March when the US has sprung forward and Europe has not.

  • Accurate
  • Real-time
  • Easy to use
  • 100% free

Converted local time

15:30 on Saturday, 22 August 2026

Which day

The same day

Details

Updates as you type

The calendar date as written in the zone you are converting FROM.

h
05.811.517.323

0 is midnight, 12 is noon, 23 is 11 pm. Fixed rather than “now”, so the answer never goes stale.

min
014.829.544.359

Separate from the hour because India, Nepal and the Chathams sit on half and quarter hours.

The zone the date and time above are written in.

The zone to read that same moment in.

Summary

Converted local time

15:30 on Saturday, 22 August 2026

Clock in London
3:30 pm
Which day
The same day
Clock in New York
10:30 am
New York UTC offset
UTC-04:00
London UTC offset
UTC+01:00
Difference
5 hours ahead
  • London is 5 hours ahead of New York at this moment. That difference is not fixed — it changes whenever either zone starts or ends daylight saving, and the two rarely switch on the same weekend.
  • Offsets are read from your device’s own IANA time zone database by formatting the instant in each zone, so daylight saving is handled by the same rules your operating system uses rather than a hardcoded table.
  • That database is versioned, and a build server and a browser can carry different versions. The zones offered here were chosen because their rules have been stable for years, which makes a disagreement unlikely — not impossible. Zones with recent political changes are deliberately left out.
How this is calculated
Time entered, New York
2026-08-22 10:30
New York UTC offset then
-04:00

The same moment in UTC
2026-08-22 14:30Z

London UTC offset then
+01:00
Offset difference
UTC+01:00 minus UTC-04:00 = +5 hours
Time there, London
2026-08-22 15:30
Calendar day shift
none

Compare scenarios

See how one change moves the result

  • CurrentYour inputs as they stand15:30 on Saturday, 22 August 2026Current
  • Hour (24-hour clock)h 1318:30 on Saturday, 22 August 2026
  • Minutes past the hourmin 3815:38 on Saturday, 22 August 2026

Frequently asked questions

Why does the converted time land on a different day?

Because a time zone offset can be larger than the number of hours left in the day. It is 10:30 on Tuesday morning in New York and already 23:30 on Tuesday night in Tokyo — but a 21:00 Tuesday call in New York is 10:00 on WEDNESDAY in Tokyo. The clock time is the easy half; the calendar day is what gets people. This calculator compares the two dates directly rather than the two clock times, and says "the next day" or "the day before" in as many words. Across the international date line the shift is guaranteed rather than occasional: Kiritimati is UTC+14 and Pago Pago is UTC-11, twenty-five hours apart, so they are essentially never on the same date.

What happens to a time that does not exist because of daylight saving?

When the clocks go forward, an hour is deleted. New York goes from 01:59:59 to 03:00:00 on the second Sunday in March, so 02:30 that morning never happens — no instant in history corresponds to it. Rather than refuse a time you can legitimately read off a calendar, this converter shifts it forward by the length of the gap, so 02:30 is treated as 03:30, and it tells you it did. That is the same choice a phone alarm makes, and the same one the "compatible" resolution in Java’s java.time and JavaScript’s Temporal makes. The alternative — throwing an error — is defensible but unhelpful, because the thing you actually wanted to know is when the meeting starts.

And a time that happens twice?

When the clocks go back, an hour repeats. New York goes from 01:59:59 daylight time to 01:00:00 standard time on the first Sunday in November, so 01:30 happens twice, an hour apart, at two different UTC offsets. This converter uses the FIRST occurrence — the one still on daylight time — and the notes tell you the second one exists and what its offset is. Picking the first is what "compatible" resolution does elsewhere, and it matches what someone means by "half past one" while it is happening for the first time. If you need the second, add an hour.

Why are only a few dozen zones offered instead of all of them?

Honesty about a real limitation. Offsets here come from your device’s own copy of the IANA time zone database, read by formatting the instant in each zone. That database is versioned and updated several times a year as governments change the rules, and the version bundled with the server that built this page is not necessarily the version in your browser. For a zone whose rules changed recently the two can disagree, and the page would show one answer and then flip to another. The zones offered were chosen because their rules have held steady for years. Places that have moved recently — Egypt reintroduced daylight saving in 2023, Mexico and Iran abolished it in 2022, and Chile, Fiji, Jordan, Syria, Greenland and Kazakhstan have all shifted — are deliberately left out rather than shown with a hidden risk of being wrong.

Why do India, Nepal and the Chatham Islands have odd offsets?

Nothing requires a time zone to be a whole number of hours from UTC; the offset is a political choice, and several places picked a fraction. India is UTC+5:30, a single zone spanning a country wide enough for two. Nepal is UTC+5:45, fifteen minutes ahead of India, a difference that exists largely to be distinct from it. The Chatham Islands are 45 minutes ahead of New Zealand at UTC+12:45, and observe daylight saving on top, making them UTC+13:45 in the southern summer. Any converter that stores offsets as whole hours is simply wrong for these, which is why this one works in minutes throughout.

Do the northern and southern hemispheres change clocks at the same time?

No, and that is why the gap between two cities is not a constant you can memorise. Sydney starts daylight saving on the first Sunday in October and ends it on the first Sunday in April; London starts on the last Sunday in March and ends on the last Sunday in October. So London and Sydney are 9 hours apart in January, 10 hours in June, and 11 hours in December. There are also short windows each year when one hemisphere has switched and the other has not, and the usual difference is off by an hour. This converter looks up both offsets for the specific date you entered rather than applying a remembered figure.

How do I know the answer is right?

Every conversion is checked two independent ways in the test suite. The first recomputes the target time straight from epoch milliseconds and the two derived offsets, which must agree with the instant the converter resolved. The second is a round trip: converting from zone A to zone B and then back from B to A has to return the original date and time, for thousands of sampled times across both zones. Published offsets — India at +5:30, Nepal at +5:45, Chatham at +12:45, Kiritimati at +14 — are used as outside anchors so a self-consistent but wrong derivation cannot pass, and the daylight saving transitions of the US, Europe and Australia are tested at the exact minute they occur.

You might also like