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
05:27:16

Sunday, May 31, 2026

☾ NIGHT 05:3313:3321:32
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Luxembourg

About Luxembourg's time

A single time zone.

Luxembourg operates on Central European Time (UTC+2 in summer, UTC+1 in winter) and observes daylight saving time along with most of Western Europe. As a small, centrally-located country, its timezone setup is straightforward — one zone for the whole nation.

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 has followed Central European Time since adopting it alongside neighboring countries in the early 20th century, influenced by Germany and the broader European standardization of time zones. During World War II, when Luxembourg was occupied by Nazi Germany (1940–1944), it was placed on Berlin time, and German DST rules were imposed. After liberation, Luxembourg returned to its Central European standard. Today it follows the EU's harmonized daylight saving schedule, switching clocks forward on the last Sunday in March and back on the last Sunday in October — the same rhythm followed by Belgium, France, the Netherlands, and other member states.

Did you know?

Things about Luxembourg's time.

Fact · 01

Luxembourg's timezone situation is mostly unremarkable, which is part of what makes it notable. With no territorial spread that would warrant multiple time zones and no special offset, the country's simplicity makes it easy for cross-border commuters and international businesses. That said, its small geographic size (~2,586 km²) also means there's negligible variation in solar time across the country — noon in Luxembourg City is essentially noon everywhere else.

Fact · 02

The broader insight is how Luxembourg's timezone reflects its role as a deeply integrated EU member: its clock aligns perfectly with Brussels, Paris, and Amsterdam, reinforcing its centrality in European commerce and governance.

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 uses Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) during daylight saving. It shifts clocks the same dates as the rest of the EU.
Does Luxembourg observe daylight saving time?
Yes — Luxembourg changes to CEST (UTC+2) on the last Sunday in March and reverts to CET (UTC+1) on the last Sunday in October.
Is Luxembourg in the same time zone as France, Belgium, and the Netherlands?
Yes — all four countries share the same Central European Time standard, so there's no time difference when you cross these borders.
How does Luxembourg's time compare to the UK?
Luxembourg is one hour ahead of the UK year-round. When it's 13:00 in Luxembourg, it's 12:00 in London (both on standard or summer time).
Are there multiple time zones within Luxembourg?
No. Despite cross-border work with Germany, France, and Belgium, Luxembourg itself uses a single time zone — the entire country keeps the same clock time.
When did Luxembourg adopt its current time zone?
Luxembourg adopted Central European Time in line with neighboring countries in the early 20th century, and it has followed the EU's harmonized DST schedule since at least the 1990s.

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