Europe · Northern Europe · Sovereign state

Current time in Estonia

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

Time in Tallinn☀ Daylight
06:26:45

Sunday, May 31, 2026

04:1613:1822:20
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Tallinn

About Estonia's time

A single time zone.

Estonia uses a single timezone, Eastern European Time (EET, UTC+2) in winter, switching to Eastern European Summer Time (EEST, UTC+3) in summer. Adopted in 1918 at independence from Russia, and now observes DST since 1981.

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

History

How Estonia keeps time.

Estonia's modern timezone identity crystallized around two formative events. The first came on 30 November 1918, weeks after declaring independence from the collapsing Russian Empire, when the provisional government in Tallinn formally adopted Eastern European Time (EET, UTC+2) to replace the Julian calendar-era times inherited from the Russian Empire. The second milestone arrived in 1981, when the Estonian SSR, in step with Moscow-wide Soviet practice, introduced regular daylight saving time, advancing clocks one hour each spring to EEST (UTC+3). Since re-independence in 1991, the single IANA zone Europe/Tallinn (named for the capital) has linked Estonia's clocks tightly with EU DST rules: last Sunday in March forward, last Sunday in October back, synchronizing the country with Helsinki, Riga, and the rest of the Baltic bloc.

Did you know?

Things about Estonia's time.

Fact · 01

Estonia's solar clock is shifted an hour or two east of its geographic meridian, a common European trade-off that stretches evening light for farmers and digital nomads alike. The whole country obeys one zone, yet 59° N latitude pushes midsummer sunsets past 23:00 local time—perfect for night-owl developers in Tallinn's e-Residency cafés, but a quirky scheduling puzzle for cross-border Zoom calls with London. The Baltic trio of Tallinn-Riga-Vilnius all flip DST together, making summer travel between the capitals a seamless time-zone hop.

Frequently asked questions

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

What timezone does Estonia use?
Estonia uses a single timezone called Eastern European Time (EET) in winter (UTC+2) and Eastern European Summer Time (EEST) in summer (UTC+3), governed by the IANA zone Europe/Tallinn.
When does Estonia switch to daylight saving time?
Since 1981, Estonia has observed DST, switching to EEST on the last Sunday in March and reverting to EET on the last Sunday in October, in line with EU regulations.
Does all of Estonia use the same timezone?
Yes, the entire country falls under the Europe/Tallinn zone, introduced on 30 November 1918. No region deviates from this single standard.
How does Estonia's timezone affect daily life during summer?
At 59° N, Estonia's单一偏移 produces extremely late sunsets (often after 23:00 EEST), allowing extended evening activities. This unique aspect of the only national zone creates an unusual rhythm for remote workers and travelers alike.
What was the historical significance of Estonia adopting EET in 1918?
Estonia adopted EET on 30 November 1918, replacing Russian-era time, a deliberate act of national identity after independence from the Russian Empire.
How does Estonia's timezone compare with neighboring countries?
Estonia shares EEST/EET with Finland, Latvia, and Lithuania, making cross-border travel within the Baltic region seamless and synchronized.
What IANA timezone database entry covers Estonia?
Estonia's only entry is Europe/Tallinn, linking it to just one zone since 1918, reflecting its post-Soviet EU DST harmonization.
Does Estonia's single timezone impact digital nomads or e-Residency?
Europe/Tallinn's single zone, combined with Estonia's digital infrastructure, makes scheduling and remote collaboration across the 1918-adopted EET/EEST transition predictable for digital nomads.

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