Germany Time Zones Overview
See the current time in Germany (CET/CEST), UTC offset, DST status, and how it compares to major world cities — all updated live.
Germany — Europe/Berlin
--:--:--
---
CET
Standard
UTC+01:00
CET = UTC+1 | CEST = UTC+2
DST: last Sun Mar → last Sun Oct
Universal Time (UTC)
--:--:--
UTC Date
---
World City Comparison
Live times updated every second alongside Germany
| City | Time Zone | Current Time | |||
|---|---|---|---|---|---|
| Loading... | |||||
About Germany's Time Zone
Standard time: CET — UTC+1 (late Oct → late Mar)
Summer time: CEST — UTC+2 (late Mar → late Oct)
IANA identifier: Europe/Berlin
Clocks spring forward: Last Sunday in March at 02:00 → 03:00
Clocks fall back: Last Sunday in October at 03:00 → 02:00
Scope: All 16 German federal states
Copied!
Summary
See the current time in Germany (CET/CEST), UTC offset, DST status, and how it compares to major world cities — all updated live.
How it works
- The browser reads the current UTC moment via the JavaScript Date object.
- Intl.DateTimeFormat formats that moment into the Europe/Berlin time zone for Germany.
- DST is detected by comparing the live UTC offset against the standard CET offset of UTC+1.
- A setInterval loop refreshes all displayed times every second.
- The world comparison table applies the same technique to each city's IANA time zone identifier.
- All calculations happen client-side; no server requests are made after the page loads.
Use cases
- Check the exact current time in Berlin, Munich, Frankfurt, or Hamburg.
- Confirm whether Germany is on CET (winter) or CEST (summer) right now.
- Schedule a meeting between Germany and offices in the US, UK, or Asia.
- Determine the UTC offset before sending a time-sensitive international transfer.
- Developers testing timestamps against German server logs.
- Travelers planning calls home from a different time zone.
Frequently Asked Questions
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu