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
21:59:29

Friday, June 5, 2026

☟ NIGHT 05:3113:4121:50
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Brussels

About Belgium's time

A single time zone.

Belgium operates entirely within a single timezone at UTC+2 during summer (CEST) and UTC+1 in winter (CET), following the EU rules for daylight saving time and keeping Brussels as its reference zone.

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 dates back to the late nineteenth century, when railways and telegraphs made standard time essential. In 1892 Belgium officially adopted Brussels Mean Time as its legal standard, fixing the country’s clocks to the meridian of the Royal Observatory in Brussels. Soon after, in the face of pressure to harmonize with neighboring countries, Belgium abandoned that purely local solar time in favor of a zone aligned with Western European meridians.

During World War I, Germany imposed Central European Time on occupied Belgium, effectively moving the country’s clocks an hour ahead of what had been standard. After the war, Belgium retained CET and its offset of UTC+1. In the twentieth century Belgium adopted daylight saving starting in several wartime and summer-time experiments, settling into the modern European Summer Time (CEST, UTC+2) regime, which is coordinated with EU-wide rules. Since then, the main story has not been dramatic changes in offset, but the EU-driven synchronization of when DST begins and ends each year, keeping Belgium’s zone firmly at UTC+1 in winter and UTC+2 in summer under the Europe/Brussels name.

Did you know?

Things about Belgium's time.

Fact · 01

With just one timezone, Belgium has no internal splits, no half-hour offsets, and no parts opting out of daylight saving. Its alignment with Central European Time puts it in the same hour as France, the Netherlands, and Germany during summer, but one hour ahead of the UK year-round, something that is immediately obvious when someone calls a colleague in London.

Fact · 02

Because Brussels and most of Belgium lie west of the middle of its time zone, solar noon comes noticeably before clock noon, especially in summer. On a typical day in July, true “noon” may arrive around 11:00–11:20 local clock time rather than 12:00. This means office hours are anchored to clock time above the sun, which is a common peculiarity of West European countries in CET/CEST.

Fact · 03

For neighboring countries, the main point of interest is simplicity: Belgium does not straddle multiple zones, has no overseas territories on divergent time, and does not selectively observe DST. It follows the EU-wide schedule, so “Belgian time” is essentially “EU standard office time” with the added cultural detail that meetings, meals and transport all tick along at Brussels time and rarely vary by region.

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 is the current time in Belgium?
Belgium is at UTC+2 during summer (CEST) and UTC+1 in winter (CET). The clocks change together with most of the EU at the last Sunday in March and the last Sunday in October.
Does Belgium observe daylight saving time?
Yes. Belgium follows EU daylight saving rules, switching from CET (UTC+1) to CEST (UTC+2) in spring and back in autumn. There are no regions that stay on permanent winter or summer time.
Is Belgium always the same time as the Netherlands and Germany?
Yes. Belgium, the Netherlands, and Germany share the same offset: UTC+1 in winter (CET) and UTC+2 in summer (CEST), with simultaneous transitions. Calling a colleague in Amsterdam or Berlin while in Brussels will always feel seamless.
Is Belgium ahead or behind the UK?
Belgium is always exactly one hour ahead of the UK. When it is noon in London, it is already 13:00 in Brussels, whether it is summer or winter in both countries.
Do different regions of Belgium use different time zones?
No. Flanders, Wallonia, and Brussels all use the same timezone (Europe/Brussels). There are no internal splits and no parts of Belgium on a different offset.
Are there any half-hour or unusual offsets in Belgium?
No. Belgium sticks to whole-hour offsets: UTC+1 in winter and UTC+2 in summer. Unlike some Asian or Pacific countries, it does not use quarter-hour or half-hour offsets.
When do the clocks change in Belgium?
Clocks spring forward from CET (UTC+1) to CEST (UTC+2) on the last Sunday of March, and fall back to CET (UTC+1) on the last Sunday of October, in line with EU-wide daylight saving rules.
Does Belgium’s position west of the center of CET affect daily life?
Belgium’s western location means solar noon happens earlier than clock noon, especially in summer. Sunrise and sunset feel relatively early on the clock, but daily life is structured around standard office time, so the main impact is on light levels at the start and end of the workday.

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