Europe · Southeast Europe · Sovereign state

Current time in Romania

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

Time in Bucharest☾ Night
22:57:23

Friday, June 5, 2026

☾ NIGHT 05:3213:1420:55
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Bucharest

About Romania's time

A single time zone.

Romania keeps things simple with a single timezone — Europe/Bucharest (UTC+3) — which it shares with several neighboring countries. The nation observes daylight saving time, shifting between EET and EEST to make better use of summer evenings.

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

History

How Romania keeps time.

Romania adopted standard time on January 1, 1931, initially using local mean time based on Bucharest's meridian. In 1940, under political pressures and alignment with Nazi Germany during World War II, Romania shifted to Central European Time (UTC+1), which remains its standard time offset today. After the war, despite political regime changes, the country maintained CET/CEST, transitioning between CET in winter and CEST in summer as part of broader European harmonization of timekeeping practices.

Did you know?

Things about Romania's time.

Fact · 01

Romania's timezone alignment with Central European Time creates some interesting geographic quirks. Located at the eastern edge of the CET zone, Romania experiences solar noon around 1 PM standard time, meaning the sun is slightly later than clock time. This late solar noon contributes to the famously late dinner culture — many Romanians don't eat dinner until 8 or 9 PM, partly influenced by the timezone's effect on daily rhythms compared to solar time. Additionally, Romania shares its timezone with Austria, the Czech Republic, and neighboring countries, facilitating cross-border business and travel across Eastern Europe.

Frequently asked questions

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

Does Romania observe daylight saving time?
Yes, Romania observes daylight saving time, switching from EEST (UTC+3) in summer to EET (UTC+2) in winter. Transitions follow EU rules: clocks move forward on the last Sunday in March and back on the last Sunday in October.
What is the time difference between Romania and the UK?
Romania is normally 2 hours ahead of the UK during winter (GMT+2 vs GMT+0) and 3 hours ahead during summer (GMT+3 vs GMT+1). Both countries change clocks on the same dates, so the difference stays consistent year-round.
Is Romania in the same timezone as Greece?
Yes, Romania and Greece share the same timezone. Both countries use Eastern European Time (EET, UTC+2) in winter and Eastern European Summer Time (EEST, UTC+3) in summer, following the same DST schedule.
What countries share Romania's timezone?
Along with Romania, countries using Eastern European Time include Bulgaria, Greece, Cyprus, Turkey (since 2016), Egypt (when observing EET), and several others. These countries maintain UTC+2 in winter and UTC+3 during daylight saving time.
Does Romania use 12-hour or 24-hour time format?
Romania primarily uses the 24-hour clock format in official documents, schedules, and digital displays. The 12-hour clock is common in casual speech, especially among younger generations and in informal settings.

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