Europe · Western Europe · Sovereign state

Current time in Germany

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

Time in Berlin☾ Night
21:56:58

Friday, June 5, 2026

☾ NIGHT 04:4613:0421:23
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Berlin

About Germany's time

A single time zone.

Germany operates on a single time zone, Europe/Berlin, but also recognizes the small enclave of Büsingen am Hochrhein, which officially falls under the Swiss time (Central European Time, CET) but mirrors Germany’s daylight saving schedule. Both observe DST, shifting to CEST (UTC+2) in summer.

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 Germany.

History

How Germany keeps time.

Germany first adopted Central European Time (CET, UTC+1) in 1893 as part of a broader European effort to standardize time zones for railway schedules and telegraph communication. Before this, local mean times varied across regions, as was common in the pre-industrial era.

Daylight saving time was introduced during World War I in 1916 under the Austro-Hungarian Empire’s influence, and Austria-Hungary pressured Germany to adopt it to conserve coal. Germany implemented DST from May 1, 1916, aligning with neighboring powers. It was suspended after the war but reintroduced during World War II (1940–1949) and then again permanently in 1980 under European harmonization efforts.

Post-reunification in 1990, both East and West Germany continued using the same time zone and DST rules, maintaining nationwide consistency. The small German exclave of Büsingen am Hochrhein, surrounded by Switzerland, has a unique arrangement: while it officially uses Switzerland’s time (CET/CEST), it remains administratively tied to Germany’s DST calendar due to a 1972 agreement with Switzerland.

Did you know?

Things about Germany's time.

Fact · 01

One of Germany’s most interesting time quirks involves Büsingen am Hochrhein—a German territory that uses Swiss time. Despite being geographically isolated from mainland Germany, its clocks are synchronized with Zurich, not Berlin, though it still follows the EU-mandated DST transitions because Switzerland aligns with the EU on DST dates.

Fact · 02

Germany’s adoption of daylight saving has had measurable effects on daily life and energy consumption, with ongoing debate about its necessity. In recent years, polls have shown majority German support for abolishing DST, echoing broader EU discussions.

Fact · 03

Solar noon in Germany occurs significantly later than clock noon, especially in western regions like Cologne, which lies nearly 20 minutes behind solar time under CET—and over 80 minutes behind during CEST. This contributes to later sunrise and sunset times compared to countries at similar latitudes but earlier time zones, such as parts of France or Spain.

Frequently asked questions

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

Does all of Germany operate on the same time?
Most of Germany uses Europe/Berlin (UTC+1 / UTC+2 in summer), but the small enclave of Büsingen am Hochrhein uses the same time as Switzerland—also CET/CEST—but following the EU’s DST schedule by agreement.
When does Germany observe daylight saving time?
Germany observes DST from the last Sunday in March (switch to CEST, UTC+2) to the last Sunday in October (switch back to CET, UTC+1), in line with EU-wide regulations.
Why does Büsingen use Swiss time?
Büsingen is a German territory entirely surrounded by Switzerland. Practical cross-border coordination led to an agreement in 1972 where it uses Swiss civil time while remaining under German jurisdiction and following EU-aligned DST dates.
Is there any discussion in Germany about ending daylight saving time?
Yes, public opinion in Germany strongly favors ending DST, and the issue has been part of EU-wide debates. However, as of now, no final decision has been implemented to abolish seasonal clock changes.
How does Berlin time compare to solar time?
Berlin lies at roughly 13°E longitude, which is well within the ideal longitudinal band for UTC+1. However, due to Germany’s relatively high latitude, daylight hours are highly seasonal—sunset can be as early as 3:40 PM in winter and after 9:30 PM in summer under CEST.
Did East and West Germany ever have different time zones?
No. Both East and West Germany followed the same time zone (CET/CEST) throughout the division, ensuring consistent timekeeping across the country even during the Cold War.

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
}
}
]
}