Europe · Northern Europe · Sovereign state

Current time in Denmark

A single time zone at UTC+02:00. Currently observing daylight saving time.

Time in Copenhagen☾ Night
05:26:04

Sunday, May 31, 2026

04:3413:0721:40
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Copenhagen

About Denmark's time

A single time zone.

Denmark observes Central European Summer Time (UTC+2) year-round due to its EU-based daylight saving practice, operating a single mainland timezone through Europe/Copenhagen. However, its self-governing territories—Greenland and the Faroe Islands—use multiple very different offsets, so you'll need to check carefully depending on your actual destination.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

CET · UTC+01:00CEST · UTC+02:00CET · UTC+01:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Major cities

Cities of Denmark.

Territories & dependencies

The Republic, around the world.

History

How Denmark keeps time.

Denmark was an early adopter of standardized time, embracing Copenhagen Mean Time (roughly UTC+1:00) in 1894 to align with Central European rail and telegraph networks sweeping through the continent. This replaced a patchwork of local solar times that used to vary noticeably between Copenhagen, Aalborg, and other towns. When Europe broadly adopted Central European Time during World War I and World War II, Denmark followed suit, settling into CET (UTC+1) that remains its "standard" time today.

DST was first introduced in Denmark during World War II in 1940 under German occupation, then reintroduced after the war in the context of broader European efforts to conserve energy and make use of evening daylight. Denmark has followed EU-wide summer time rules since the 1980s, advancing clocks on the last Sunday of March and rolling them back on the last Sunday of October. Greenland and the Faroe Islands have shifted their own offset histories over the 20th century—most notably Greenland adopted its current single-zone arrangement in 2023 by scrapping an internal UTC−01:00 offset used on the eastern coast, unifying the territory around UTC−03:00 (the former east-coast "winter" time).

Did you know?

Things about Denmark's time.

Fact · 01

A common surprise for visitors: 'Denmark' uses five different UTC offsets once you count Greenland and the Faroe Islands. Greenland alone was split into four zones before 2023, and still effectively spans from UTC−04:00 on the tiny eastern UTC−02:00 eastern settlement strip to UTC−01:00 in northwest Ittoqqortoormiit, even though officially it's now a single zone—making flights to Danish territories a genuine timezone puzzle.

Fact · 02

Mainland Denmark's solar alignment is reasonably close to Central Europe's, but winter days are dramatically short at its 56°N latitude—sunset can fall as early as 3:30 PM in December, with daylight lasting barely eight hours. Those long summer evenings, by contrast, stretch past 10 PM in midsummer and feed the famous Scandinavian outdoor café and harbor culture. This extreme variation is one reason DST feels practically significant here, even if the EU debates its future.

Frequently asked questions

Common questions about Denmark's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].

What timezone is Copenhagen in?
Copenhagen uses Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) in summer, switching on the EU-wide schedule: clocks advance on the last Sunday of March and fall back on the last Sunday of October. Outside of midsummer months at this northern latitude, expect the sun to set as early as 3:30 PM in December and stretch past 10 PM in June and July.
Do I need to watch out for Greenland and the Faroe Islands?
Absolutely. Greenland has historically spanned multiple offsets and still effectively covers UTC−04:00 to UTC−01:00 across different settlements, while the Faroe Islands use UTC+00:00 in winter and UTC+01:00 in summer. Neither matches mainland Denmark. If you're booking flights, video calls, or even streaming live sports across Danish territory, confirm which zone applies to your specific destination.
Does Denmark observe daylight saving time?
Yes. Like all EU member states, Denmark follows the EU daylight saving schedule: moving clocks forward one hour on the last Sunday of March and back on the last Sunday of October. The EU has discussed ending permanent seasonal changes, but until that's resolved, Denmark aligns with the shared rhythm.
What was Denmark's timezone history before 1900?
Before standardized time, each Danish town effectively ran on its own solar time. Denmark introduced Copenhagen Mean Time around 1894, creating a single reference at approximately UTC+1:00 that gradually replaced local times across the country as rail, telegraph, and business networks demanded synchronization with broader Europe.
Are there any exceptions to CET/CEST within mainland Denmark?
No. Denmark's mainland and major islands use a single timezone, Europe/Copenhagen, with no internal exceptions. For practical purposes, you set your clock the same whether you're in Aarhus, Odense, or Skagen. The complications only arise once you cross to Greenland or the Faroe Islands.
When is the EU likely to stop changing clocks?
No decision has been finalized. The European Parliament voted in 2019 to end mandatory seasonal time changes, but EU member states haven't agreed on a common approach yet, and negotiations remain stalled. For now, Denmark clocks forward and back along with the rest of the bloc.

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}