Time zone · Africa

EAST

El Aaiun Summer Time

El Aaiun Summer Time (EAST) cover the single timezone of Western Sahara that follows a flipped DST calendar—running on +01:00 during the Islamic holy month of Ramadan by locally advancing clocks in February–March and reverting in the late‑spring/early‑summer window so that the population fasts and dines under slightly shorter summer‑length days. This makes collaboration feel subtly “floating”: the region’s UTC offset doesn’t follow European or North African rules and can catch out multi‑time‑zone calendars three or four times a year.

UTC+01:00 daylight1 IANA zone1 city
Current time in EAST☾ Night
04:29:19

Sunday, May 31, 2026

☾ NIGHT 05:2711:0916:51
Standard
+00 · +0
IANA zones
1

Current offset

UTC+01:00

Daylight · +01

Daylight saving

Active

Reverts 7 Feb 2027

IANA zones

1

1 observe DST, 0 don't

DST offset

No summer variant

About EAST

Standard time, with a summer shift.

El Aaiun Summer Time (EAST) cover the single timezone of Western Sahara that follows a flipped DST calendar—running on +01:00 during the Islamic holy month of Ramadan by locally advancing clocks in February–March and reverting in the late‑spring/early‑summer window so that the population fasts and dines under slightly shorter summer‑length days. This makes collaboration feel subtly “floating”: the region’s UTC offset doesn’t follow European or North African rules and can catch out multi‑time‑zone calendars three or four times a year.

IANA zones · the technical identifiers

The zone that resolve to EAST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
Africa/El_AaiunEl_Aaiun▲ DST

Cities currently on EAST

The same hour, city by city.

1 city · all UTC+01:00

Where EAST is used

One country.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

These named zones share EAST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

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

Why does Western Sahara’s DST schedule seem upside‑down compared to neighboring countries?
Morocco and Mauritania adjust their clocks to shift Ramadan to a more bearable daylight pattern. Western Sahara (aligned here with El_Aaiun) mirrors this logic by advancing clocks in late spring (+00:00 → +01:00) and switching back during autumn so that fasting hours fall into cooler parts of the day.
How does the Ramadan time‑shift trick work on +01:00?
For Ramadan, clocks are set to +01:00, effectively turning 4 p.m. solar time into 5 p.m. official time. Sunsets magically occur an hour later on the clock, so families break the fast closer to 7 p.m. instead of waiting until 8 p.m.. During COVID‑era calendars the Moroccan Parliament simply tweaked these transitions to keep Friday communal prayers—and iftar dinners—inside a strict curfew window.
How does being in a single‑zone region affect business hours in El_Aaiun?
With only one member zone, everybody in the region—government offices, bakeries, radio stations—flips together. Projects with Algiers, Dakar, or Canary Islands can get awkward twice‑or more‑times a year, but locally everyone shares the same coffee‑break debates about “are we summer or winter today?” and calendars stay perfectly aligned.
How are live quran‑recitation broadcasts scheduled during DST flip weeks?
Radio Sahrawi’s nightly segment usually airs at 9 p.m. local after iftar. During Ramadan months, stations announce it in “local time” but synchronize ads clocks in other parts of North Africa. Listeners use phone widgets that auto‑adjust, ensuring no one misses the opening takbeer by an hour.
How many clock-changes does El_Aaiun see in a typical year?
Most years bring two—one to enter +01:00 in spring and one to revert in early-to-mid summer or very occasionally autumn. Exceptionally, political decisions about Ramadan have added or delayed transitions (2018 saw a third flip), so calendar‑lovers keep an eye on royal decrees.
Have political moves ever resulted in “instant” DST flips in Western Sahara?
Yes—when Morocco’s councils draft “Ramadan clock‑change” decrees, Al‑Aaiún must sync due to Moroccan influence. Local businessmen have woken up to find their coffee queued before 5 a.m. in El Aaiun, showing how geopolitics can literally shift your morning mug.
Has DST ever been canceled during Ramadan?
A reform in Morocco (2018–2023 cycle) suspended clock‑change laws and fixed the country at +01:00 year‑round—effectively locking Ramadan into one offset. Watch for future decrees to toggle. Western Sahara’s clock followed suit, freezing quran‑related broadcasts in their new longer summer‑like nights.
Why is sunrise “so late” after Ramadan clock-change flips in El_Aaiun?
With clocks parked at +01:00, the visual sunrise slides nearly an hour later by the clock—suddenly it’s almost 8 a.m. when the desert glow appears. Early‑rising construction teams in Dakhla or Laayoune joke that “spring doesn’t start until the foreman finishes his espresso.”
How often does a solar‑noon “glitch” occur while DST is toggled?
Right at the flip moment, clock noon overshoots solar noon (14:43 local) until locals manually correct to +00:00, dragging it back by 18–30 minutes—meaning lunch specials at El_Aaiun’s food trucks may run 12:40 on your watch but 12:10 on sundial.

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