Europe · Luxembourg

Current time in Luxembourg

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Luxembourg49.60° N · 6.12° E
Current time☾ Night
05:27:31

Sunday, May 31, 2026

☾ NIGHT 05:3313:3321:32
Sunrise
05:33
Solar noon
13:33
Sunset
21:32

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

30%
Mar 29, 2026Oct 25, 2026

About Luxembourg time

Luxembourg keeps two clocks.

In Luxembourg, the workday unfolds under long summer evenings that stretch well past 9 p.m., giving teams plenty of daylight for after-work strolls along the old fortress walls. With Central European Summer Time in full swing, business hours align neatly with both Paris and Berlin, making cross-border coordination feel almost seamless.

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 Luxembourg's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Luxembourg follow the same daylight saving schedule as its neighbors?
Yes—Luxembourg switches to CEST (UTC+2) in summer and CET (UTC+1) in winter, matching France, Germany, and Belgium, so regional meetings stay consistent year-round.
How does Luxembourg’s small size affect its timezone experience?
Despite being one of Europe’s smallest countries, Luxembourg sits at the heart of the EU’s busiest corridor; its single timezone keeps internal logistics simple while linking directly to major hubs like Brussels and Frankfurt.
What’s unique about working hours during summer?
With sunset near 9:30 p.m. in June, many professionals wrap up by 6 p.m. and still enjoy hours of daylight—perfect for networking walks through the Grund or Kirchberg districts.
Are there any quirks when scheduling calls with Luxembourg-based colleagues?
Luxembourgers often start early (around 8 a.m.) and finish by 5 p.m., so late-afternoon calls after 4 p.m. may catch people winding down for the day.
How does daylight saving impact daily life?
The shift to CEST adds an extra hour of evening light, which locals embrace with outdoor dining and cultural events that run late into the night during summer months.
Is Luxembourg’s timezone the same as the rest of the Benelux region?
Exactly—Luxembourg shares CET/CEST with Belgium and the Netherlands, simplifying travel and virtual meetings across all three countries.
What’s the best time to schedule international calls with Luxembourg?
Between 9 a.m. and 3 p.m. local time, Luxembourg is perfectly positioned for overlapping business hours with both North America and Asia-Pacific teams.
Does Luxembourg ever consider changing its timezone?
No—Luxembourg has consistently used CET since 1918, and its central location makes any change impractical for EU-wide coordination.

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