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
22:01:06

Friday, June 5, 2026

☾ NIGHT 04:5312:3620:19
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Belgrade

About Serbia's time

A single time zone.

Serbia operates on Central European Time (CET, UTC+1) and switches to CEST (UTC+2) in summer — keeping in step with most of continental Europe's clock changes.

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 has kept relatively steady time since adopting Central European Time in the late 19th century as part of broader European standardization efforts. The country observes daylight saving time, shifting clocks in spring and autumn in alignment with EU practice, even though it is not yet an EU member.

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

Does Serbia observe daylight saving time?
Yes, Serbia switches to CEST (UTC+2) in spring and returns to CET (UTC+1) in autumn.
Is Serbia in the same timezone as neighboring countries?
Serbia shares CET/CEST with countries like Hungary, Croatia, and Bosnia and Herzegovina.

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