Daylight Saving Time by Country Reference

Which countries observe DST and when they switch

Searchable reference of daylight saving time observance by country, with the typical start and end transition rules and the clock-change direction for each region that uses DST. It runs free in your browser on Gera Tools, with nothing uploaded.

Last updated Source: Gera Tools

Which major regions still observe daylight saving time?

Most of Europe, the United States (except Arizona and Hawaii), Canada, much of Australia and New Zealand, and parts of South America still observe DST. Many countries near the equator and a growing number of others, such as Russia, Turkey, and most of Asia and Africa, do not.

Daylight saving time is far from universal, and the countries that use it switch on different dates and in opposite calendar months depending on hemisphere. This searchable reference summarises DST observance by country or region, with the typical transition rules and clock-change direction.

Why this matters for scheduling, software, and travel

A one-hour shift in one part of the world can turn a standing meeting into a scheduling miss and cause late-night deploys to fire at unexpected times. The problem compounds when both parties are in different hemispheres: for two weeks in March, the US has already sprung forward but Europe has not yet, temporarily narrowing the usual transatlantic gap. Meanwhile, a country like Russia abolished DST in 2014 and no longer shifts at all.

The three most common practical problems caused by ignoring DST rules:

  1. Standing meeting drift: a 9 AM sync with a US team turns into an 8 AM sync for two weeks every spring and autumn when the EU and US transition dates do not align.
  2. Cron job timing: a cron set to run at midnight local time fires an hour early or late on transition nights unless the scheduler uses a named time zone from the IANA database rather than a UTC offset.
  3. Flight arrival confusion: an overnight flight arriving into a country the night clocks change can land at a different local time than the ticket shows if the airline’s booking system cached an old offset.

How it works

DST shifts clocks forward by an hour in spring to move daylight into the evening, then back in autumn. The northern hemisphere typically springs forward around March and falls back around October or November. The southern hemisphere is reversed: it springs forward around September or October and falls back around March or April, because its summer straddles the new year.

Rules are set per country and sometimes per region within a country, and they change over time as governments adopt or abolish DST. The authoritative source is the IANA time zone database, which records every historical and scheduled transition.

Example

The EU switches on the last Sunday of March (forward) and the last Sunday of October (back). The US switches two weeks differently — second Sunday of March and first Sunday of November — so for those two weeks the usual five-hour London to New York gap temporarily becomes four hours.

Countries that have permanently abolished DST (notable examples)

  • Russia: abolished in 2014, permanently on standard time (no summer offset)
  • Turkey: abolished in 2016, permanently on UTC+3 year-round
  • China and India: never observed DST; both are single time zones
  • Japan: has not observed DST since 1952
  • Most of sub-Saharan Africa: the majority of countries near the equator do not observe DST, since the variation in daylight length across the year is small
  • Arizona (US state): does not observe DST, unlike the rest of the US; the Navajo Nation within Arizona does, creating a patchwork

The EU debated abolishing DST — a directive was proposed in 2018 but no final date has been set. Until then, EU members continue to switch on the last Sunday of March and October.

Notes

This reference describes typical current rules, not guaranteed future ones. Several countries have abolished DST recently, and others have debated it. For any production system, rely on the IANA database through your platform’s time library rather than hardcoding these dates.