Europe · Southeast Europe · Sovereign state

Current time in Serbia

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

Time in Belgrade☾ Night
05:27:58

Sunday, May 31, 2026

04:5512:3520:15
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Belgrade

About Serbia's time

A single time zone.

Serbia uses a single timezone: Central European Time (UTC+1) year-round, switching to CEST (UTC+2) during summer months via daylight saving time.

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

History

How Serbia keeps time.

Serbia, as part of Yugoslavia, standardized on Central European Time in the mid-20th century to align its railway schedules and administrative systems with much of central and western Europe. Yugoslavia had earlier experimented with different arrangements, but by the 1940s and 1950s, UTC+1 was established as the standard, with daylight saving time introduced for energy savings and economic coordination.

After the breakup of Yugoslavia in the 1990s, Serbia (initially within the Federal Republic of Yugoslavia with Montenegro, and later as an independent state) retained Europe/Belgrade as its official timezone. The country continued following the European Union’s daylight saving schedule—switching to CEST (UTC+2) in late March and reverting to CET (UTC+1) in late October—maintaining consistency with its EU neighbors and key trading partners.

Did you know?

Things about Serbia's time.

Fact · 01

Serbia’s timezone means social and business rhythms closely follow those of neighboring countries such as Hungary, Croatia, and Romania, facilitating regional coordination despite not yet being an EU member. During summer, Serbian cities like Belgrade and Novi Sad operate on CEST, which can push solar noon later in the day, affecting the timing of everyday activities such as start-of-business hours and TV prime time.

Fact · 02

One practical consideration is that Serbia follows the EU-wide daylight saving adjustment schedule proposed for harmonization, so any future EU decision to abolish seasonal clock changes could directly influence Serbian timekeeping policy as well. For now, however, the clocks still move forward and back along much of continental Europe.

Frequently asked questions

Common questions about Serbia'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 timezone in Serbia?
Serbia uses Central European Time (CET, UTC+1) in winter and Central European Summer Time (CEST, UTC+2) during daylight saving time.
Does Serbia observe daylight saving time?
Yes. Clocks in Serbia typically move forward by one hour in late March (to CEST, UTC+2) and back in late October (to CET, UTC+1).
Is the whole of Serbia in the same timezone?
Yes. The entire country operates under a single timezone using the Europe/Belzone zone (Belgrade).
How does Serbia’s time compare to neighboring countries like Hungary or Croatia?
Serbia shares the same canonical timezone and daylight saving schedule as Hungary, Croatia, and several other Central/Balkan countries, so clocks match during both standard and summer periods.
How far is Serbia from UTC?
Serbia is normally UTC+1 (CET) in winter and UTC+2 (CEST) during daylight saving time.
Will Serbia change its timezone rules in the future?
Serbia currently follows the EU-wide daylight saving schedule. If the European Union decides to end clock changes, Serbia would likely consider aligning its practice, especially given its aspiration for closer EU integration.
Does Serbia’s timezone cause any unusual daily life patterns?
Because Serbia uses CET and CEST, sunrises and sunsets occur at clock times broadly similar to central Europe—dark winter mornings and comparatively late summer evenings—matching cultural rhythms such as late dinners and social life.

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