Europe · Slovenia

Current time in Ljubljana

Central European Standard Time. Currently on daylight saving time.

CEST · UTC+02:00IANA: Europe/Ljubljana46.05° N · 14.52° E
Current time☾ Night
05:28:04

Sunday, May 31, 2026

05:1412:5920:44
Sunrise
05:14
Solar noon
12:59
Sunset
20:44

Offset right now

UTC+02:00

Central European Standard Time · CEST

Daylight saving

Active

Ends Oct 25, 2026 · in 5 months

Through the current period

30%
Mar 29, 2026Oct 25, 2026

About Ljubljana time

Ljubljana keeps two clocks.

Ljubljana, the leafy capital of Slovenia, works at the heart of European time, so its business hours mesh easily with Brussels, Berlin, and Paris. With Central European Summer Time shifting the sun into late-evening hours, locals stretch workdays against golden light and often save café catch-ups for after 8 p.m.

Daylight saving

The year, by the clock.

Currently CEST
CETCESTCET29 Mar · +1h25 Oct · −1h Jan 2026 Dec

Now

CEST

Daylight saving · since Mar 29, 2026

Next change

Oct 25, 2026

Clocks fall back · in 5 months

Frequently asked questions

Common questions about Ljubljana's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Ljubljana ever change its time zone?
It uses Central European Time in winter and switches to Central European Summer Time (CEST) in summer, following the EU-wide daylight-saving schedule.
How does daylight saving affect work culture in Ljubljana?
The extra summer daylight nudges meetings into pleasant lunch hours, while evenings stay bright enough for post-work strolls along the Ljubljanica River.
Is Ljubljana’s time the same as Vienna or Zagreb?
All three cities share the same Central European Time zone, so coordinating calls across borders rarely requires mental math.
What’s a surprising fact about the sun in Ljubljana?
At its summer peak, the sun can set after 9 p.m., meaning office workers still enjoy several hours of natural light when they log off.
Will remote teams face issues working with Ljubljana?
Because it sits squarely in the UTC+2 zone, its core business hours overlap conveniently with most of Europe and large chunks of Africa and the Middle East.

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