Europe · Southern Europe · Sovereign state

Current time in Greece

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

Time in Athens☀ Daylight
06:26:14

Sunday, May 31, 2026

06:0413:2220:41
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Athens

About Greece's time

A single time zone.

Greece follows Eastern European Time (UTC+2) and switches to Eastern European Summer Time (UTC+3) during daylight saving. Observing DST nationwide, clocks go forward in March and back in October, keeping pace with the rhythm of southern European life.

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

History

How Greece keeps time.

Greece adopted Eastern European Time in 1916 as a practical decision to align with neighboring countries and facilitate economic and communication coordination during World War I. Unlike many western European countries, Greece’s timezone evolved in step with geopolitical shifts throughout the 200th century, including occupation periods and regional alliances. Daylight saving time has been intermittently observed since the early 20th century, but became consistently applied from the late 1970s onward under national and EU-wide directives. Greece's adherence to EU-wide DST harmonization policies since the 1990s synchronized its clock changes with neighboring countries, facilitating cross-border travel, trade, and communication. Today, as part of the European Union, Greece follows seasonal clock change rules shared across member states.

Did you know?

Things about Greece's time.

Fact · 01

Located in southeastern Europe, Greece stays an hour ahead of most of the continent during standard time and two hours ahead in summer. This means Athens is often in sync with cities like Istanbul and Helsinki rather than Paris or Rome, which shapes daily routines around later sunsets and sunrises. In practice, many Greeks enjoy a lifestyle aligned with solar time, with meals and socializing tending to happen later in the evening, reflecting both tradition and the extended daylight hours. Despite its geographic spread across islands and the mainland, Greece maintains a single timezone, ensuring uniform timekeeping for governance, media, and everyday interactions. This consistency simplifies national coordination but means sunrises vary significantly across the far west of the country compared to the eastern islands.

Frequently asked questions

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

Does Greece observe daylight saving time?
Yes, Greece observes daylight saving time, switching to Eastern European Summer Time (UTC+3) in March and reverting to Eastern European Time (UTC-2) in October.
How many time zones does Greece have?
Greece has one national timezone, which is Eastern European Time (EET) with daylight saving adjustments.
Is Greece's timezone the same as neighboring countries?
Greece shares Eastern European Time (EET/EEST) with countries like Bulgaria, Turkey, and Romania, but one hour ahead of Western Europe.
When does Greece change its clocks?
Clocks in Greece are moved forward one hour in March and back one hour in October, in line with European Union daylight saving time rules.
Are there any differences in time between Athens and Greek islands?
No, all regions of Greece, including Athens and the islands, follow the same timezone and daylight saving schedule.
Should travelers adjust their clocks when visiting Greece?
Travelers from Western Europe or other regions should account for the time difference. Greece is two hours ahead of Coordinated Universal Time (UTC-3) during daylight saving time.

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