Europe · Southeast Europe · Sovereign state

Current time in Bulgaria

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

Time in Sofia☀ Daylight
06:27:17

Sunday, May 31, 2026

05:5113:2420:57
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Sofia

About Bulgaria's time

A single time zone.

Bulgaria operates on a single time zone—Eastern European Time (EET, UTC+02:00) in winter and EEST (UTC+03:00) in summer—switching clocks twice a year like much of the EU.

Next clock change

October 25

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

EET · UTC+02:00EEST · UTC+03:00EET · UTC+02:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Major cities

Cities of Bulgaria.

History

How Bulgaria keeps time.

## Timezone History in Bulgaria

Bulgaria first adopted Eastern European Time (EET) in **1901**, when it transitioned from using local mean time (Sofia Mean Time, based on its longitude) to standardizing with EET (UTC+02:00) for better alignment with neighboring regions.

During **World War II**, Bulgaria did observe summer time. After the war, standard time was **UTC+02:00**, but under the communist regime (from 1945 onward), clock changes became irregular. However, generally Bulgaria stayed at EET.

After the fall of communism in **1989**, Bulgaria adopted more predictable DST schedules. On **March 27, 1996**, Bulgaria harmonized with the EU’s DST practice (last Sunday in March and October). Since then, Bulgaria has maintained EET/EEST under EU rules.

Did you know?

Things about Bulgaria's time.

Fact · 01

## Timezone Insights

Fact · 02

Bulgaria’s time alignment with the EU means it experiences regularly **~1 hour “forward-and-back” clock changes twice a year**, like most EU countries. Solar noon in Sofia is typically **around 12:30–13:00 local standard time**, and a bit later in summer.

Fact · 03

There are **no internal exceptions**: the whole country is in one time zone (Europe/Sofia), as the country doesn’t include territories in other time zones.

Frequently asked questions

Common questions about Bulgaria'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 used throughout Bulgaria?
The whole country uses **Europe/Sofia time (EET/EEST)**, UTC+02:00 in winter and UTC+03:00 in summer.
Does Bulgaria observe daylight saving time?
Yes. Bulgaria uses **EEST (UTC+03:00) in summer** and EET (UTC+02:00) in winter, changing clocks on the last Sundays of March and October, like the rest of the EU.
Are there multiple time zones within Bulgaria?
No. Bulgaria has only one time zone, and no territories use a different UTC offset.
Is solar time in Bulgaria aligned with clock time?
Solar noon in Sofia occurs a little after 12:00 by the clock (around **12:30–13:00 in standard time**), and a bit later in summer.

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