5 min read · Time
Twice a year, in the regions that observe it, clocks jump forward or back by an hour. It sounds simple, but daylight saving time is the single biggest source of "wait, is it actually 3pm for them?" confusion in scheduling across time zones.
What daylight saving time is
Daylight saving time (DST) is the practice of setting clocks forward by one hour during part of the year — usually spring through autumn in the Northern Hemisphere — so that evening daylight lasts longer relative to the clock. Clocks are then set back by the same hour when DST ends.
"Spring forward, fall back"
This is the classic memory aid: when DST begins, clocks move forward one hour (you "lose" an hour of sleep that night). When DST ends, clocks move back one hour (you "gain" an hour back). The exact calendar dates vary by country and are usually set by government or regional regulation rather than a global standard.
Not every country observes it — and hemispheres flip
Most of Europe, North America, and parts of Oceania observe DST. Most countries near the equator do not, since day length barely changes across their year. Countries in the Southern Hemisphere that do observe DST run on the opposite schedule from the Northern Hemisphere — their "spring forward" happens around when the Northern Hemisphere is heading into autumn.
This is exactly why a fixed "everyone shifts on the same date" assumption breaks — and why time zone tools need to read each location's actual current rules rather than a static offset table.
Why DST causes scheduling problems
The offset between two cities can change on different calendar days for each city, or even move in opposite directions in the same week if one is in the Northern Hemisphere and the other in the Southern. A meeting that is "9am their time, 5pm mine" one week can become "9am their time, 4pm mine" the next, purely because one side's DST rule kicked in and the other side's did not.
How Zolunas handles DST automatically
Every clock, converter, and meeting planner on this site reads the live IANA time zone database through the browser's Intl API for the specific date you are looking at — not a fixed offset table. That means DST transitions, including hemisphere-specific and country-specific rules, are applied automatically and stay correct even as rules change in future years.
Try it yourself
Related tools that put this into practice
FAQ
More guides
UTC vs GMT: What Is the Real Difference?
UTC and GMT show the same clock time almost all year — here's what actually separates them and when it matters.
Moon Phases Explained: All 8 Phases and How They Work
What actually causes the Moon to change shape in the sky, the 8 named phases, and how long the whole cycle takes.