Europe · Western Europe · Sovereign state

Current time in Belgium

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

Time in Brussels☾ Night
05:26:42

Sunday, May 31, 2026

☾ NIGHT 05:3513:4021:45
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Brussels

About Belgium's time

A single time zone.

Belgium runs on Central European Time (CET, UTC+1) and switches to CEST (UTC+2) each summer — basically in sync with Paris, Amsterdam, and the rest of Western/Central Europe.

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

History

How Belgium keeps time.

Belgium's modern timekeeping story begins in 1892, when the country adopted Greenwich Mean Time (GMT) as its official standard, joining the growing international trend of standardized time referenced to the Greenwich Meridian. This was formalized by royal decree on 17 December 1891, taking effect on 1 January 1892.

During World War I, under German occupation, Belgium was switched to Central European Time (GMT+1), which was essentially imposed on most occupied territories to simplify military and administrative coordination. This proved convenient after the liberation, and Belgium never switched back to GMT. Central European Time was formally adopted in peacetime, keeping Belgium aligned with its neighbors — a practical decision for a small, trade-dependent country.

Daylight saving summer time was first introduced during World War I under German direction, then intermittently observed through the interwar period. After being imposed again during the Nazi occupation in World War II, Belgium (along with its Benelux and European partners) settled into more consistent summer-time practice from the 1970s onward, driven by the 1973 oil crisis and the desire for harmonized energy-saving policies across the European Economic Community. EU Directive 2000/84/EC eventually fixed the current rule: clocks spring forward on the last Sunday of March and fall back on the last Sunday of October.

Did you know?

Things about Belgium's time.

Fact · 01

Belgium sits comfortably within its solar zone — Brussels is only about 20 minutes west of the central meridian for CET (15°E), so clock time and solar time are reasonably close. This means you won't experience the dramatic clock-vs-sun misalignment seen in parts of Spain or western China.

Fact · 02

As a core EU member, Belgium was a strong advocate for coordinated EU-wide daylight-saving rules — though like every other member state, it's now caught up in the long-stalled debate over whether to scrap seasonal clock changes. The Belgian government has repeatedly said it would prefer to stay on permanent summer time (CEST, UTC+2), but the decision ultimately depends on an EU-wide agreement.

Fact · 03

The only Belgian exception is the Bailiwick of **Guernsey**, which isn't actually Belgian territory — but for geographic completeness, all Belgian territory, including the country's tiny North Sea coast (less than 65 km), fits cleanly within a single timezone without any anomalies.

Frequently asked questions

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

What timezone is Belgium in?
Belgium uses Central European Time (CET, UTC+1) as standard time and Central European Summer Time (CEST, UTC+2) from the last Sunday in March to the last Sunday in October.
Does Belgium observe Daylight Saving Time?
Yes. Belgium has observed DST every year since EU harmonization rules took effect. Clocks spring forward in late March and fall back in late October, in line with the rest of the European Union.
Is Belgium the same time as Paris or London?
Belgium shares the same time as Paris, Amsterdam, Berlin, and the rest of Central/Western Europe year-round (they all shift together for DST). It is one hour ahead of London during winter, but during summer DST periods London and Belgium are at the same offset.
What is the IANA timezone identifier for Belgium?
The IANA timezone database identifies Belgium's zone as `Europe/Brussels`. Use this identifier in programming and APIs for correct date/time handling.
How many timezones does Belgium have?
Belgium has a single timezone — Europe/Brussels. The entire country, including the North Sea coastline and all mainland territory, observes the same time.
When does Belgium change its clocks?
Belgium switches to summer time (CEST) on the last Sunday of March at 02:00 (clocks move to 03:00) and returns to standard time (CET) on the last Sunday of October at 03:00 (clocks fall back to 02:00).
Has Belgium ever considered abolishing Daylight Saving Time?
Yes. Like many EU nations, Belgium participated in the 2018-2019 EU consultation on ending seasonal clock changes. The Belgian government publicly supported keeping permanent summer time (UTC+2), but implementation has been stalled pending a unified EU decision.

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