HomeGuides

Daylight saving time, explained

Why roughly a quarter of the world moves its clocks twice a year, why the dates never line up, and the specific ways it breaks schedules.

Last reviewed 30 August 2026

Twice a year, roughly a quarter of the world's population changes its clocks. The rest do not. That mismatch — not the hour itself — is what makes daylight saving time such a persistent source of missed calls, wrong bookings, and calendar invitations that land sixty minutes off.

This guide covers what actually happens when the clocks change, why the dates differ from country to country, and the specific traps that catch people scheduling across borders.

What daylight saving time actually does

Daylight saving time shifts a region's clocks forward by one hour during the warmer months, so sunset falls later in the evening by the clock. Nothing about the sun changes. What changes is the label attached to each moment: the instant that would have been called 6:00 a.m. is now called 7:00 a.m., and everyone's schedule moves with it.

Technically, the region changes its UTC offset. New York sits at UTC−5 in winter and UTC−4 in summer. London sits at UTC+0 in winter and UTC+1 in summer. This is why time zone abbreviations come in pairs — EST and EDT, GMT and BST, CET and CEST — and why writing "EST" in June is usually wrong.

The correct singular is daylight saving time, not "daylight savings time." The clock is saving daylight; nothing is being deposited anywhere.

The spring transition: an hour that doesn't exist

When clocks spring forward, one hour is deleted from the calendar. In the United States, at 2:00 a.m. local time on the second Sunday of March, the clock jumps directly to 3:00 a.m. The times between 2:00 and 2:59 a.m. simply never occur on that date.

This has practical consequences. A recurring 2:30 a.m. alarm will not fire that morning. A meeting scheduled for a nonexistent local time gets silently reinterpreted by most calendar software, usually by shifting it forward. And that day is 23 hours long, which quietly breaks any calculation assuming a day is always 86,400 seconds.

The autumn transition: an hour that happens twice

The reverse is stranger. When clocks fall back, the hour between 1:00 and 2:00 a.m. runs twice. Written as a local time, "1:30 a.m." on that date is ambiguous — it refers to two distinct moments an hour apart, and there is no way to tell them apart without also recording the UTC offset.

That day is 25 hours long. A shift worker who clocks in at 11 p.m. and out at 7 a.m. has worked nine hours, not eight. Systems that store only a local timestamp genuinely cannot resolve which of the two 1:30 a.m.s an event belongs to, which is why timestamps meant for the record are stored in UTC and converted only for display.

Why the dates don't line up

Every country picks its own transition dates, and the choices were never coordinated.

RegionClocks go forwardClocks go back
United States & Canada2nd Sunday in March1st Sunday in November
European Union & UKLast Sunday in MarchLast Sunday in October
Australia (participating states)1st Sunday in October1st Sunday in April
New ZealandLast Sunday in September1st Sunday in April
MexicoEnded nationally in 2022, except some border municipalities
Most of Asia and AfricaNo daylight saving time

The gap between the American and European start dates creates two or three weeks each March when the usual New York–London difference is four hours instead of five. A recurring transatlantic call set for 9:00 a.m. New York, 2:00 p.m. London will be an hour out of alignment for those weeks unless the invitation was created with proper time zone information rather than a fixed offset.

A second, larger trap: the southern hemisphere runs the opposite schedule. Sydney observes daylight saving from October to April, while London observes it from March to October. The two are almost never on daylight time simultaneously, so the London–Sydney difference swings between nine, ten and eleven hours across the year. There is no single correct answer to "how many hours ahead is Sydney?"

Where it isn't observed at all

Roughly 70 countries change their clocks; most of the world's countries do not. Within countries that do, there are exceptions worth knowing:

Countries near the equator gain almost nothing from it: day length barely varies there across the year, so there is no seasonal daylight to shift.

A short history, and why the rules keep changing

The idea is usually traced to a 1907 pamphlet by the British builder William Willett, though the New Zealand entomologist George Hudson proposed a similar scheme in 1895. Germany was the first country to adopt it nationally, in 1916, as a wartime coal-conservation measure; Britain and the United States followed within months.

What matters practically is that the rules have never been stable. The United States moved its start date from April to March in 2007. The European Union voted in 2019 to abolish seasonal clock changes, but the decision has not been implemented and member states have not agreed on which time to settle on. Mexico dropped it in 2022. Several US states have passed legislation for permanent daylight time, which currently requires an act of Congress to take effect.

This is precisely why software should never hardcode an offset for a city. The world clock and zone converter here read the current rules from your browser's copy of the IANA time zone database, the reference dataset that tracks every zone's schedule and its historical changes. When a country changes its rules, that database is updated and the tools follow — no code change needed.

Practical rules for scheduling across a change

Frequently asked questions

Is it 'daylight saving time' or 'daylight savings time'?

The standard form is daylight saving time, singular. "Savings" is extremely common in speech but is not the official name in any jurisdiction that observes it.

Do the clocks go forward or back in spring?

Forward. The usual mnemonic is "spring forward, fall back." Springing forward removes an hour and shortens that day to 23 hours; falling back adds an hour and stretches the day to 25.

Why do the US and Europe change their clocks on different dates?

Each sets its own rules by legislation and they were never harmonised. The US starts on the second Sunday in March and ends on the first Sunday in November; the EU and UK start on the last Sunday in March and end on the last Sunday in October. For two to three weeks each spring, the usual difference between them is one hour smaller than normal.

Which US states don't observe daylight saving time?

Hawaii and most of Arizona. Within Arizona, the Navajo Nation does observe it. The territories — Puerto Rico, the US Virgin Islands, Guam, American Samoa and the Northern Mariana Islands — also do not.

What happens to a 2:30 a.m. alarm on the spring transition?

It does not fire. In the United States the clock jumps from 1:59:59 a.m. to 3:00:00 a.m., so no moment on that date is labelled 2:30 a.m. Most operating systems skip the alarm rather than moving it.

Is daylight saving time being abolished?

In some places it already has been — Mexico ended it nationally in 2022. The European Union voted in 2019 to end seasonal clock changes but has not implemented the decision. In the United States, several states have passed bills for permanent daylight time, which cannot take effect without federal authorisation. Because the rules can change, tools should read current time zone data rather than store fixed offsets.