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
05:26:17

Sunday, May 31, 2026

04:5013:0421:18
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Berlin

About Germany's time

A single time zone.

Germany primarily uses Central European Time (UTC+1) and Central European Summer Time (UTC+2 during DST), with a small exclave—BĂŒsingen am Hochrhein—officially observing Swiss time (Europe/Zurich) to align with its Swiss neighbors. Both zones observe daylight saving time.

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.

Prior to unification in the 19th century, German territories used local mean times based on their city’s longitude. With the expansion of railways, a standardized railway time—initially based on Berlin time—began to spread. In 1893, the German Empire officially adopted MitteleuropĂ€ische Zeit (MEZ, now CET) as the national standard in the ‘Gesetz betreffend die EinfĂŒhrung einer einheitlichen Zeitbestimmung’.

DST was first introduced in Germany during World War I (1916) to conserve energy, abolished after the war, and then reintroduced under the Nazi regime in a politicized calendar reform in 1934. After WWII, Germany was divided into East and West; both states eventually readopted DST—West Germany in 1957 and East Germany in 1950—but with differing schedules until reunification in 1990, after which EU-wide DST rules were harmonized.

The BĂŒsingen am Hochrichin enclave, though German territory, follows its own time rules due to its unique geography. Surrounded by Switzerland on three sides and accessible mostly via Swiss roads, BĂŒsingen adopted the IANA timezone **Europe/Zurich** to align with Swiss schedules. This means BĂŒsingen uses the same UTC offset and DST transitions as Switzerland, embedding local practicality into the global timezone system.

Did you know?

Things about Germany's time.

Fact · 01

Germany’s timezone situation is mostly straightforward, but the BĂŒsingen am Hochrhein enclave is a geopolitical anomaly: it’s the only place in Germany that uses a foreign timezone (Switzerland’s Europe/Zurich). This avoids daily confusion for residents commuting to Swiss workplaces and using Swiss services.

Fact · 02

Solar noon in cities like Berlin (CET/CEST) and Hamburg occurs significantly later than 12:00, pushing daily rhythms—like when people take lunch or dinner—later than the clock suggests. This mismatch between solar and clock time is further accentuated in western regions like Cologne, which are geographically closer to UTC+0.

Fact · 03

Another subtle detail is that although Germany observes DST, the EU has debated abolishing seasonal time changes. If such reforms proceed, Germany’s timezone politics will need to decide between permanent CET or permanent CEST—a choice with implications for energy, agriculture, and daily life.

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 Germany observe daylight saving time?
Yes. Germany observes DST, switching to CEST (UTC+2) on the last Sunday of March and back to CET (UTC+1) on the last Sunday of October, in line with EU rules.
Why does BĂŒsingen use a different timezone?
BĂŒsingen am Hochrhein is a German enclave almost entirely surrounded by Switzerland. To simplify cross-border life, BĂŒsingen officially follows Switzerland’s timezone (Europe/Zurich), even when the rest of Germany is on CEST.
Is solar time accurate in Germany?
Not usually. Western German cities like Cologne or Aachen can be over 30 minutes “ahead” of solar time, meaning solar noon may not occur until close to 13:00 clock time. In eastern cities like Berlin, the lag is a bit smaller but still noticeable.
Are there any political debates about Germany’s timezone?
Yes. There have been periodic calls to align Germany’s time zone with geographic reality (UTC+0 for western, UTC+1 for eastern parts), but these haven’t gained traction. Current EU-level debates focus on ending DST rather than shifting base offsets.
How many timezones does Germany officially use?
Germany effectively uses two: Europe/Berlin (CET/CEST) for the majority of the country, and Europe/Zurich (CET/CEST) for BĂŒsingen am Hochrhein. Despite being different zones, both currently share the same UTC offsets and DST practices within the EU framework.
How are timezones handled in cross-border areas like Baden-WĂŒrttemberg?
In practice, nearby areas may informally align daily life with neighboring countries for work or business, but officially all non-exclave regions follow CET/CEST as defined by Europe/Berlin. All are synchronized with EU-wide DST transition dates.

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