Europe · Central Europe · Sovereign state

Current time in Slovenia

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

Time in Ljubljana☾ Night
22:01:38

Friday, June 5, 2026

☾ NIGHT 05:1213:0020:48
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Ljubljana

About Slovenia's time

A single time zone.

Slovenia keeps things simple with a single timezone covering the whole country. On Europe/Ljubljana, it follows Central European Time (UTC+1) in winter and switches to Central European Summer Time (UTC+2) every summer.

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

History

How Slovenia keeps time.

Slovenia adopted Central European Time (CET) while part of the Austro-Hungarian Empire, aligning with Vienna's timekeeping practices. After joining the Kingdom of Yugoslavia in 1918 and later becoming a republic within Yugoslavia, Slovenia continued using CET throughout the 20th century.

During World War II, timekeeping briefly aligned with Axis powers' daylight saving practices, and after the war, Yugoslavia standardized on CET, which Slovenia maintained. When Slovenia gained independence in 1991, it retained CET with daylight saving transitions, now observed as standard practice across the EU. There haven't been major timezone changes since independence.

Did you know?

Things about Slovenia's time.

Fact · 01

As a small, eastward-leaning Central European country, Slovenia's solar noon aligns reasonably well with its clock time, so daily life isn't as dramatically out of sync with the sun as in parts of Spain or western France. However, the extreme eastern parts of Slovenia see clock noon lag a bit behind solar noon even in winter, meaning mornings are slightly darker than further west.

Fact · 02

Slovenia's timekeeping is fully harmonized with EU daylight saving rules, switching clocks forward and back in sync with neighbors like Austria, Italy, and Hungary. EU member states including Slovenia are currently debating whether to abolish seasonal clock changes, which could eventually lead to permanent standard or summer time, but no change has been implemented yet.

Frequently asked questions

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

How many time zones does Slovenia have?
Slovenia has one time zone: Europe/Ljubljana.
Does Slovenia observe daylight saving time?
Yes. Slovenia observes EU daylight switching, moving from UTC+1 (CET) in winter to UTC+2 (CEST) in summer.
What is the current time in Ljubljana?
Ljubljana follows Europe/Ljubljana. Check the clock widget for the current local time and whether DST is active.
Is Slovenia's time the same as Vienna and Budapest?
Yes. Slovenia, Austria, and Hungary all share the same CET/CEST schedule.
Can I use the same time for all of Slovenia?
Yes. Since there is only one time zone, the whole country uses the same local time.
Will Slovenia change its timezone after EU discussions on DST?
The EU has proposed ending mandatory seasonal clock changes, but no final decision is in force. If adopted, Slovenia could stay on either permanent standard time or permanent summer time, but changes would be coordinated across member states.

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