Europe · Germany

Current time in Berlin

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Berlin52.52° N · 13.40° E
Current time☾ Night
23:12:15

Friday, June 5, 2026

☾ NIGHT 04:4613:0421:23
Sunrise
04:46
Solar noon
13:04
Sunset
21:23

Offset right now

UTC+02:00

Central European Standard Time · CEST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

33%
Mar 29, 2026Oct 25, 2026

About Berlin time

Berlin keeps two clocks.

Berlin runs on a schedule that shifts with the seasons—blazing summer days stretch far enough past 10 PM to squeeze in post-work strolls along the Spree, while winter crowds cozy into cafés as dusk sneaks in before 4 PM.

Daylight saving

The year, by the clock.

Currently CEST
CETCESTCET29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

CEST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Berlin's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why does Berlin have two different time configurations?
Germany observes daylight saving time, switching between Central European Time (UTC+1) in winter and Central European Summer Time (UTC+2) in summer.
When does the time change happen?
Clocks move forward one hour on the last Sunday of March and fall back on the last Sunday of October.
How late does the sun set during peak summer?
Around late June, Berlin enjoys sunsets as late as 9:45 PM, making outdoor evenings very common.
Is Berlin's timezone aligned with most of Western Europe?
It synchronizes with many major cities like Amsterdam, Paris, and Vienna, facilitating smooth cross-border collaboration.
When coordinating with New York, what should teams anticipate?
There’s typically a 6-hour difference in summer (Berlin ahead), but during winter transitions, it can be 5 hours.
Is the time shift noticeable for remote workers?
Yes—meetings feel quite different when daylight lingers or disappears earlier depending on the season.
Are businesses in Berlin aware of the daylight saving switch?
Most are; watch for calendar updates as official time affects scheduled events and travel.
Do Berlin’s cultural habits adapt to the light changes?
Absolutely—summer brings outdoor dining and festivals, while winter shifts social life indoors earlier in the evening.

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