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☾ Night
22:58:13

Friday, June 5, 2026

☾ NIGHT 06:0213:2320:44
Zone
EEST
UTC
UTC+03:00
IANA
Europe/Athens

About Greece's time

A single time zone.

Greece uses a single timezone (Europe/Athens) and observes daylight saving time, switching to UTC+3 in summer and UTC+2 in winter — aligning it with its EU neighbors during the warmer months.

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 first adopted a standardized national time in 1916, choosing to follow Eastern European Time (UTC+2:00) for consistency with much of Europe. Before that, local mean time varied slightly across cities. In 1941, during Axis occupation, the country was shifted to Central European Time (UTC+1:00), but reverted to EET after liberation. Greece adopted daylight saving time in 1975, initially irregularly, but harmonized its DST schedule with EU directives starting in 1981. Since then, Greece has consistently observed summer time from late March to late October, aligning closely with EU regulations.

Did you know?

Things about Greece's time.

Fact · 01

Greece’s use of UTC+2 (and UTC+3 in summer) puts it two to three hours ahead of most of Western Europe, which can make scheduling across regions tricky — especially for remote workers or travelers adjusting from London or Paris. Athens, being on the eastern edge of the timezone, experiences sunset much later in summer, often after 9 PM, shaping the country’s famously late dining and social culture. Unlike some countries with vast territories, Greece’s small geographic span means minor solar time differences between cities, though western regions like Corfu see slightly earlier sunrises than eastern Rhodes. The single, unified timezone simplifies domestic coordination but creates a noticeable lag compared to nearby Turkey, despite geographic proximity.

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

What timezone does Greece use?
Greece uses the Europe/Athens timezone, which is UTC+2 in winter and UTC+3 during summer daylight saving time.
Does Greece observe daylight saving time?
Yes, Greece observes daylight saving time, switching to UTC+3 in late March and returning to UTC+2 in late October, in line with EU rules.
How many time zones are there in Greece?
Greece has a single national timezone — Europe/Athens — with no regional variations.
Why is Greece's sunset so late in summer?
Because Greece uses UTC+3 in summer, sunset in Athens often occurs after 9 PM, leading to late dinners and evening culture. Its eastern position within the timezone reinforces this effect.
Is Greece's timezone the same as Turkey's?
No. Since 2016, Turkey stopped changing clocks and stays on UTC+3 year-round, creating a one-hour difference in winter — when Greece is UTC+2 but Turkey remains UTC+3.
How does Greece's timezone affect remote work?
With a 7-hour difference from New York and 6 from London (in summer), collaboration can be challenging — early mornings or late evenings are often needed for real-time meetings.

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