Africa · Northern Africa · Sovereign state

Current time in Egypt

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

Time in Cairo☾ Night
22:58:55

Friday, June 5, 2026

☾ NIGHT 05:5312:5319:53
Zone
EEST
UTC
UTC+03:00
IANA
Africa/Cairo

About Egypt's time

A single time zone.

Egypt observes a single time zone, UTC+03:00, with nationwide daylight saving time shifting clocks to UTC+04:00 seasonally — a practice that has been applied inconsistently and suspended many times over the decades.

Next clock change

October 29

2026 Thursday · clocks fall back

Clocks fall back by one hour · in 5 months.

Daylight saving schedule

EET · UTC+02:00EEST · UTC+03:00EET · UTC+02:0024 Apr · +1h29 Oct · −1h Jan 2026 Dec

Major cities

Cities of Egypt.

History

How Egypt keeps time.

Egypt adopted Eastern European Time (UTC+02:00) during the late 19th century under British influence, aligning with the broader colonial standard. Before that, local solar time was used in practice. The country began informally observing summer time during World War II in 1940, and it was formally adopted in 1945. However, Egypt's relationship with DST has been turbulent — the practice was suspended multiple times, notably during Ramadan, when longer fasting hours were politically sensitive.

In 2011, the post-revolution interim government permanently canceled DST. It was briefly reintroduced in 2014 under President Sisi, only to be suspended again before Ramadan that same year. The government set clocks forward once more in 2016, then abandoned DST again in 2018 for religious and practical consistency. Most recently, Egypt permanently abolished DST in 2023, standing at UTC+02:00 year-round — making the offset range in the data an outlier. Throughout all of this, the country has used a single timezone, Africa/Cairo.

A significant but less-discussed shift occurred in 2014 with the establishment of the Analytical Moment Time (AMT) proposal — a short-lived political rumor in Egyptian media about permanently shifting to UTC+03:00 — which further illustrated how timezone policy in Egypt often reflected domestic politics more than geographical logic. However, Egypt has since consistently maintained UTC+02:00.

Did you know?

Things about Egypt's time.

Fact · 01

Egypt sits geographically between UTC+02:00 and UTC+03:00 longitudes, meaning its solar noon is naturally off by about an hour compared to clock time even in standard time — a common complaint among residents who feel the disconnect during daily life.

Fact · 02

The country's prolonged 2023 abandonment of DST was partly motivated by a desire to align the Maghreb Prayer (Fajr) more predictably during Ramadan, and partly to end the confusion of biannual clock changes that had caused scheduling chaos for transport and communications. The move was also framed as an energy-saving measure, though actual energy savings from DST remain debatable.

Fact · 03

Despite having a single timezone, Egypt has occasionally seen time-related confusion because of the frequent policy reversals about summer time. Each change required updates to digital infrastructure, flight schedules, and broadcast timetables — sometimes with only days of advance notice.

Frequently asked questions

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

Does Egypt currently observe Daylight Saving Time?
As of 2023, Egypt does not observe DST and remains at UTC+02:00 (EET) year-round. Previously, DST was applied inconsistently, sometimes suspended just days before starting.
What is the time difference between Egypt and the rest of North Africa?
Egypt is an hour ahead of countries like Tunisia and Algeria (both UTC+01:00) and an hour behind the UAE and Saudi Arabia (UTC+04:00 and UTC+03:00 respectively), though all are longitude-wise neighbors.
Is my phone's clock going to change when I visit Egypt?
No, clocks no longer shift twice a year in Egypt. As of 2023, the time stays fixed at UTC+02:00, so your device should update automatically once you connect to the local network after arrival.
How many timezones does Egypt use?
Egypt uses a single timezone — Africa/Cairo — across the entire country, including the Sinai Peninsula and all governorates.
Why did Egypt stop changing clocks?
The government cited Ramadan's variable fasting hours, disruptions to transportation and media scheduling, and unclear energy savings as reasons for permanently ending DST in 2023.
Is GMT the timezone in Egypt?
Egypt was historically at GMT/UTC+02:00 and currently maintains Standard Time at this offset year-round. Despite its Eastward location, Egypt does not permanently align with UTC+03:00.

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