Daylight Saving Time
When the clocks change, what actually happens to the hour that disappears, and who does not do it at all.
What daylight saving does
Daylight saving time moves clocks forward an hour in spring and back an hour in autumn; in the United States the clocks next go back one hour at 02:00 on Sunday 1 November 2026.
Most of the world does not do it. Of the 417 time zones in the IANA database, 131 change their clocks in 2026 and 286 do not.
Until the clocks change
What actually happens to the clock
Real time does not stop and does not repeat. The clock on your wall does both, twice a year, and that is the entire subject. These two diagrams are the change itself: the horizontal axis is real elapsed time, the vertical axis is what the clock reads.
In spring the clock jumps forward and the hour in the hatched band never happens. Nobody in that time zone experienced 02:30 that night. That night is 23 hours long.
In autumn the clock falls back and the hour in the marked band happens twice, once at UTC-04:00 and again an hour later at UTC-05:00. That night is 25 hours long.
Two consequences follow, and between them they cause most of the trouble with daylight saving. A local time can fail to exist, so an alarm, a booking or a scheduled job set inside the missing hour has to be resolved by something, and different systems resolve it differently. A local time can happen twice, so a timestamp written as a local time on that night names two different moments unless it also carries its offset.
This is why the rule for storing a time is to store the instant, in UTC or with an offset, and convert only for display. A local time on its own is not always a moment.
The shift is not always an hour. Lord Howe Island moves its clocks by 30 minutes, on 4 October 2026 and 5 April 2026 in 2026.
Video
A short explainer of the clock change is in production. The space is reserved so it will not move anything when it lands.
The next clock changes
| Where | Forward | Back | Offsets |
|---|---|---|---|
| Your time zone detected in your browser | Not detected | Not detected | Not detected |
| United States (New York) | 14 March 2027, 02:00 | 1 November 2026, 02:00 | UTC-05:00 / UTC-04:00 |
| United Kingdom | 28 March 2027, 01:00 | 25 October 2026, 02:00 | UTC+00:00 / UTC+01:00 |
| European Union (Berlin) | 28 March 2027, 02:00 | 25 October 2026, 03:00 | UTC+01:00 / UTC+02:00 |
| Australia (Sydney) | 4 October 2026, 02:00 | 4 April 2027, 03:00 | UTC+10:00 / UTC+11:00 |
| New Zealand | 27 September 2026, 02:00 | 4 April 2027, 03:00 | UTC+12:00 / UTC+13:00 |
The weeks when the usual time difference is wrong
Countries do not change on the same day, so for a few weeks a year the familiar gap between two cities is not the familiar gap. London and New York are usually 5 hours apart.
| From | Until | Difference | Days |
|---|---|---|---|
| 8 March 2026 | 29 March 2026 | 4 hours | 21 |
| 25 October 2026 | 1 November 2026 | 4 hours | 7 |
The southern hemisphere runs the other way. Australia and New Zealand go forward when Europe goes back, so the gap between London and Sydney changes by two hours across the year rather than one.
Who does not change their clocks
Most of the world. Of the 417 zones in the time zone database, 286 do not change their clocks in 2026 and 131 do. The practice is concentrated in Europe, North America and parts of Australasia. Countries near the equator generally do not bother, because there is little seasonal daylight to shift.
Inside countries that do observe it there are exceptions, and they catch people out. Each of these is a zone the database says has no transitions this year.
- Do not change their clocks 286
- Do change their clocks 131
- Zones in the database 417
Counted at build time by probing every zone in the database, not taken from a list.
| Place | Country | IANA zone | Offset, all year |
|---|---|---|---|
| Arizona | United States | America/Phoenix | UTC-07:00 (MST) |
| Hawaii | United States | Pacific/Honolulu | UTC-10:00 (HST) |
| Saskatchewan | Canada | America/Regina | UTC-06:00 (CST) |
| Queensland | Australia | Australia/Brisbane | UTC+10:00 (GMT+10) |
| Western Australia | Australia | Australia/Perth | UTC+08:00 (GMT+8) |
| Northern Territory | Australia | Australia/Darwin | UTC+09:30 (GMT+9:30) |
Arizona is the one that trips people up twice over. It does not change its clocks, so it matches California in summer and Colorado in winter. The Navajo Nation, which extends into Arizona, does keep daylight saving. The time zone database has no separate zone for it, so what the data can show you is the surrounding effect: America/Phoenix has no transitions in 2026, while America/Denver has 2. Driving across the reservation in summer, the observance changes under you.
What the evidence says
This is the part of the subject that has moved from folklore to research, and it is worth separating what is established from what is argued about. Every claim below is linked to its source. Where we have not read a figure ourselves, we do not quote one.
The sleep effect
The American Academy of Sleep Medicine published a position statement in 2020 calling for the abolition of seasonal time changes in favour of permanent standard time, on the grounds that it aligns better with human circadian biology. That is a professional body taking a formal position, and it is the clearest citable statement of where sleep medicine sits. Daylight saving time: an American Academy of Sleep Medicine position statement, Journal of Clinical Sleep Medicine, 15 October 2020 .
The energy argument
Saving energy was the original justification and it is now the weakest part of the case. The two most cited pieces of evidence were published in the same month of 2008 and reach different conclusions: the United States Department of Energy's report to Congress on the impact of extended daylight saving time on national energy consumption , and a study of Indiana, which adopted daylight saving statewide in 2006 . Read them rather than taking a headline figure from anywhere, including us.
Further background on the sleep and circadian effects: Sleep Foundation. The United States rules and their history: NIST.
Why it exists, and the argument about ending it
The idea is simple: move an hour of daylight from the early morning, when most people are asleep, to the evening, when they are not.
The current argument is not really about whether to keep changing the clocks. Most people who want change want to stop changing them. The argument is about which time to stop on, and the two options are genuinely different. Permanent standard time aligns the clock more closely with the sun and is the option the American Academy of Sleep Medicine's position statement supports. Permanent daylight time keeps the extra light in the evening. "Abolish daylight saving" on its own does not say which is meant, and that ambiguity is a large part of why the debate has run so long without resolving.
For developers: the two hours that break software
Historical rules are not the current rules. Transition dates change. This page can show you exactly when, because it asked the database rather than a person: the United States spring transition last moved in 2007. Apply today's rule to a date before that and the offset you get is wrong. Use a library backed by the IANA database, which carries the full history.
An offset is not a time zone. UTC-05:00 is a fact about one moment. America/New_York is a set of rules. Storing an offset and reusing it for another date is wrong every time that date is on the other side of a transition. Adjusting a date object by an offset does not change its time zone, it changes which moment it refers to.
Adding 86,400 seconds is not adding a day. On transition days a day is 23 or 25 hours long. Calendar arithmetic and instant arithmetic are different operations and need different functions.
The general rule: store the instant, keep the time zone identifier alongside anything that has to recur at a local time, and never do calendar arithmetic on a timestamp.
Frequently asked questions
When do the clocks change?
In the United States the clocks next go back one hour at 02:00 local time on Sunday 1 November 2026. The table above gives the dates for the United Kingdom, the European Union, Australia and New Zealand, and your own time zone is filled in at the top.
Do the clocks go forward or back?
Forward in spring, which shortens that night by an hour, and back in autumn, which lengthens it. The usual reminder is "spring forward, fall back". In the southern hemisphere the seasons are reversed, so the forward change falls in the northern autumn.
Do we lose or gain an hour?
You lose an hour in spring and gain one in autumn. The spring change is the one associated with sleep loss, because the clock moves but the daylight does not, and the body clock is set by light rather than by the time on the wall.
Which US states do not observe daylight saving time?
Arizona and Hawaii, along with most United States territories. The tzdb confirms it: America/Phoenix has no transitions at all in 2026, while the surrounding mountain zone does. The Navajo Nation, which extends into Arizona, keeps daylight saving, so the rule is not uniform across the state.
Why are the US and Europe out of sync for part of the year?
Because they change on different dates. London and New York are usually 5 hours apart, but in 2026 there are 2 windows when the gap is different: 8 March 2026 to 29 March 2026, when it is 4 hours, and 25 October 2026 to 1 November 2026, when it is 4 hours. Recurring international meetings quietly break in those weeks.
Does daylight saving time save energy?
Saving energy was the original argument, and it is now the most contested part of the case. The two most cited pieces of evidence were published in the same month of 2008 and do not agree: the United States Department of Energy report to Congress, and an independent study of Indiana, which adopted daylight saving statewide in 2006. Both are linked below. We are not quoting you a figure we have not read.
- Calendar Any year from 1900 to 2100, with holidays and week numbers
- Public holidays Dates by country, with substitute days
Transition dates, the count of zones and the list of places that do not change their clocks are all computed from the IANA time zone database, release 2024b, as shipped with the runtime that built this page. The database is public domain. Rules change, and this page reads the database rather than a table somebody typed.