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
05:27:32

Sunday, May 31, 2026

05:1412:5920:44
Zone
CEST
UTC
UTC+02:00
IANA
Europe/Ljubljana

About Slovenia's time

A single time zone.

Slovenia uses a single timezone (Central European Time, UTC+01:00) that shifts to UTC+02:00 during daylight saving time from late March to late October, following the EU-wide synchronization.

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, UTC+01:00) in 1891 as part of the Austro-Hungarian Empire’s standardization of timekeeping across its territories. After independence in 1991, Slovenia retained CET and continued observing daylight saving time in line with neighboring countries. In 1996, Slovenia formally aligned its DST schedule with European Union regulations, shifting clocks forward on the last Sunday in March and back on the last Sunday in October, ensuring harmonization with most EU member states for travel, trade, and communication.

Did you know?

Things about Slovenia's time.

Fact · 01

Despite being one of Europe’s smaller countries, Slovenia’s relatively eastern position within the CET zone means that sunrise and sunset occur slightly earlier than in western neighbors like Italy or Austria. This can mean darker winter mornings and brighter summer evenings compared to more westerly regions sharing the same clock time. The country observes DST uniformly—there are no internal exceptions—and its compact size means no regional time differences exist, simplifying national coordination. Slovenia’s time aligns closely with its main economic partners (Germany, Austria, Italy), minimizing time-related friction in cross-border business and tourism.

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

What time zone is Slovenia in?
Slojania uses Central European Time (UTC+01:00) in standard time and switches to Central European Summer Time (UTC+02:00) during daylight saving periods.
Does Slovenia observe daylight saving time?
Yes, Slovenia observes daylight saving time. Clocks move forward one hour on the last Sunday in March and fall back on the last Sunday in October, in line with EU standards.
How many time zones does Slovenia have?
Slovenia uses only one time zone: Europe/Ljubljana, covering the entire country.
Is Slovenia’s time the same as Vienna’s?
Yes, Slovenia shares the same time zone as Austria, including Vienna—both are on CET (UTC+01:00) in winter and CEST (UTC+02:00) in summer.
Do towns near the Italian border have different times?
No, all of Slovenia uses the same time, including border towns like Nova Gorica or Kranj. There is no regional variation.
When does Slovenia change its clocks?
Clocks spring forward at 2:00 AM on the last Sunday in March and fall back at 3:00 AM on the last Sunday in October.
What is the local name for daylight saving time in Slovenia?
It’s commonly called “poletni čas” (summer time), though the official designation is Central European Summer Time (CEST).
Does Slovenia ever change its time zone?
No, Slovenia has consistently used CET/CEST since the late 19th century, even after gaining independence in 1991.

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