Europe · Western Europe · Sovereign state

Current time in Luxembourg

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

Time in Luxembourg☾ Night
22:01:12

Friday, June 5, 2026

☾ NIGHT 05:3013:3421:37
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Luxembourg

About Luxembourg's time

A single time zone.

Luxembourg runs on Central European Time (CET, UTC+0) in winter and switches to CEST (UTC+2) in summer, aligning its clocks with its Western European neighbors.

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

History

How Luxembourg keeps time.

Luxembourg's choice of Central European Time has strong economic and geographic logic. Despite sitting roughly in line with London and Paris — cities that operate on UTC+0 and UTC+1 respectively — Luxembourg has long aligned with its closest neighbors Belgium, the Netherlands, Germany, and France, which all observe CET. This sync-up supports Luxembourg's role as a major financial hub, keeping its trading hours in step with Brussels, Frankfurt, and Paris.

Like much of Western Europe, Luxembourg adopted daylight saving time during World War I. Germany and its neighbors, including the occupied Grand Duchy of Luxembourg, began observing DST in 1916 to save energy. The practice became intermittent after the war but was standardized across the region, and Luxembourg continued with it through both world wars and postwar reconstruction.

Since the late 20th century, EU-wide directives have harmonized DST start and end dates across member states, including Luxembourg. The last Sunday of March and the last Sunday of October have been the universal switch dates since 1996. The EU proposed ending the biannual clock change in 2019, and while legislation has stalled, Luxembourg follows whatever EU-wide decision is eventually adopted.

Did you know?

Things about Luxembourg's time.

Fact · 01

Luxembourg sits east enough in longitude that standard time runs notably ahead of solar time, especially in winter — solar noon doesn't happen until about 12:45 standard time. This late solar noon is characteristic of all CET countries but is still a fun quirk for visitors.

Fact · 02

As a small, centrally located country with excellent infrastructure, Luxembourg's single time zone is refreshingly straightforward. There's no regional complexity to navigate, unlike larger European neighbors like France (12 mainland+overseas zones) or Germany (historically split).

Fact · 03

Luxembourg's timezone also serves its massive cross-border workforce — more than 220,000 commuters from France, Belgium, and Germany stream in daily. Keeping CET ensures seamless synchronization for this unique labor market.

Frequently asked questions

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

What time zone is Luxembourg in?
Luxembourg observes Central European Time (CET, UTC+0) in winter and Central European Summer Time (CEST, UTC+2) in summer during daylight saving.
Does Luxembourg observe daylight saving time?
Yes. Clocks go forward one hour on the last Sunday of March and back one hour on the last Sunday of October, in line with EU-wide DST rules.
Is Luxembourg's time the same as France's?
Yes. Both Luxembourg and Metropolitan France share CET in winter and CEST in summer, so there's no time difference between them year-round.
How many time zones does Luxembourg have?
Just one. Luxembourg's single time zone covers the entire country, which simplifies scheduling and travel within the Grand Duchy.
How does Luxembourg's timezone affect business with New York?
Luxembourg is typically 6 hours ahead of New York (during European winter) or 5 hours ahead (during European summer, accounting for US DST differences). Banking hours in Luxembourg (9–12, 14–17) overlap well with the New York morning, which is important for Luxembourg's large financial sector.
Do I need to change my watch when visiting Luxembourg from Belgium or the Netherlands?
No. Belgium, the Netherlands, and Luxembourg all share the same timezone and DST schedule year-round, so your watch will work perfectly across all three.

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