The moving part
Daylight saving, and the weeks when the gap changes
The difference between two cities is not a constant. It is a function of the date, and for a few weeks each year it takes a value that surprises people who thought they knew it.
Roughly seventy countries move their clocks forward in spring and back in autumn. The problem for anyone converting times is not that they do it, but that they do it on different dates from each other. Between the earliest and latest transition dates there are windows, some a single week long, in which the familiar gap between two cities is simply wrong.
Daylight saving rules by regionWhen the clocks move, by how much, and how it is decided
| Region | Clocks go forward | Clocks go back | Shift | Switch moment |
| United States and Canada (most) | Second Sunday in March | First Sunday in November | +1 h | 02:00 local, so zones move one after another |
| European Union and United Kingdom | Last Sunday in March | Last Sunday in October | +1 h | 01:00 UTC, so the whole bloc moves at the same instant |
| Australia (NSW, VIC, SA, TAS, ACT) | First Sunday in October | First Sunday in April | +1 h | 02:00 local |
| New Zealand | Last Sunday in September | First Sunday in April | +1 h | 02:00 local |
| Lord Howe Island, Australia | First Sunday in October | First Sunday in April | +30 min | 02:00 local, the only half-hour shift on Earth |
| Israel | Friday before the last Sunday in March | Last Sunday in October | +1 h | 02:00 local |
| Egypt | Last Friday in April | Last Thursday in October | +1 h | Reinstated in 2023 after eight years without |
| Chile (mainland) | Early September | Early April | +1 h | Southern hemisphere pattern, dates set by decree |
| Mexico | Not observed | Not observed | 0 | Abolished nationwide in October 2022 |
| Brazil | Not observed | Not observed | 0 | Abolished in 2019 |
| Most of Asia and Africa | Not observed | Not observed | 0 | China, India, Japan, Korea, most African states |
| Arizona, Saskatchewan, Yukon, Queensland | Not observed | Not observed | 0 | Regional opt-outs inside countries that do observe |
Because the European Union switches at a single UTC instant while North America switches at 02:00 in each local zone, the European transition is tidier: every EU country changes together, and no two of them ever disagree. North American zones change over a three and a half hour span, which is invisible to most people but matters to anything logging timestamps.
The mismatch windows, spelled out
Take Toronto and London, a pair that millions of people convert between every day. The familiar answer is that London is five hours ahead. That answer is correct for about forty-eight weeks of the year and wrong for four.
Toronto to London in 2026
1 Jan to 8 Mar Toronto UTC-5, London UTC+0 London is 5 h ahead
8 Mar to 29 Mar Toronto UTC-4, London UTC+0 London is 4 h ahead
29 Mar to 25 Oct Toronto UTC-4, London UTC+1 London is 5 h ahead
25 Oct to 1 Nov Toronto UTC-4, London UTC+0 London is 4 h ahead
1 Nov to 31 Dec Toronto UTC-5, London UTC+0 London is 5 h ahead
North America springs forward three weeks before Europe does, and Europe falls back one week before North America does. In both windows the gap narrows to four hours, which means a recurring meeting anchored to Toronto time appears to move an hour earlier for the London participants, and a meeting anchored to London time appears to move an hour later for the Toronto participants. Neither side changed anything. Only the calendar did.
The southern hemisphere runs the other way
Australia and New Zealand put their clocks forward in October and back in April, exactly opposite to the northern pattern. When New York gains an hour, Sydney is about to lose one. The two shifts compound rather than cancel, so the New York to Sydney gap moves through three different values in a single year.
New York to Sydney in 2026
1 Jan to 8 Mar New York UTC-5, Sydney UTC+11 Sydney is 16 h ahead
8 Mar to 5 Apr New York UTC-4, Sydney UTC+11 Sydney is 15 h ahead
5 Apr to 4 Oct New York UTC-4, Sydney UTC+10 Sydney is 14 h ahead
4 Oct to 1 Nov New York UTC-4, Sydney UTC+11 Sydney is 15 h ahead
1 Nov to 31 Dec New York UTC-5, Sydney UTC+11 Sydney is 16 h ahead
Anyone who memorises "Sydney is sixteen hours ahead" will be an hour or two out for more than half the year. This is exactly the kind of thing a converter with a date field is for, and it is why the tool at the top of this page asks for the date before it asks for anything else. For counting down to a fixed moment across these boundaries, the Countdown Timer works from a single instant rather than a wall clock reading.
The two broken hours
On the morning a region springs forward, one hour of local time does not exist. In Toronto on 8 March 2026 the clocks jump from 01:59:59 to 03:00:00, so there is no such thing as 02:30 that day. On the morning it falls back, one hour happens twice: on 1 November 2026 the hour from 01:00 to 02:00 runs, then runs again. A timestamp of "01:30 local" on that date describes two different instants an hour apart.
Converters and calendar systems have to make a decision about these. The usual convention, and the one this tool follows, is to resolve a non-existent time forward into the hour that does exist, and to resolve a repeated time to its first occurrence. That is a reasonable default, but the honest advice is not to schedule anything at 02:00 to 03:00 local on a transition Sunday. Airlines, hospitals and payroll systems all avoid that window deliberately. If you are totalling shift hours across one of these nights, note that the day itself is 23 or 25 hours long, and the Hours Calculator counts the actual elapsed time rather than the clock difference.