Time zone

CASABL

Casablanca Time

Casablanca Time (CASABL) covers Morocco, where clocks sit at UTC+01:00 for most of the year thanks to daylight saving time, giving evenings noticeably more usable daylight. The country’s frequent clock shifts—often tied to religious observances—make it one of the more dynamic timekeeping regions in Africa.

UTC+01:00 daylight0 IANA zones
Current time in CASABL☾ Night
04:29:22

Sunday, May 31, 2026

☾ NIGHT 06:00noon18:00
Standard
+00 · +0
IANA zones
0

Current offset

UTC+01:00

Daylight · +01

Daylight saving

Active

Reverts 7 Feb 2027

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About CASABL

A fixed, year-round offset.

Casablanca Time (CASABL) covers Morocco, where clocks sit at UTC+01:00 for most of the year thanks to daylight saving time, giving evenings noticeably more usable daylight. The country’s frequent clock shifts—often tied to religious observances—make it one of the more dynamic timekeeping regions in Africa.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

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

Frequently asked questions

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

Why is Morocco usually at UTC+01:00 instead of UTC+00:00?
Morocco applies daylight saving time for most of the year, effectively turning its standard UTC+00:00 into a de facto UTC+01:00 to extend evening daylight and save energy.
Does Morocco change its clocks on a fixed schedule like Europe?
Not exactly. Morocco’s clock shifts often align with the Islamic calendar, especially around Ramadan, so the dates can change from year to year and sometimes differ from European DST transitions.
How many times a year does Morocco typically change its clocks?
Morocco usually adjusts its clocks at least twice a year—once to move forward into daylight saving and once to move back—but additional shifts can occur around religious holidays.
Is Casablanca Time the same as West Africa Time?
They are close but not identical. West Africa Time (WAT) is fixed at UTC+01:00, while Casablanca Time is usually UTC+01:00 due to DST but can briefly return to UTC+00:00 during transitions.
Why does Morocco observe DST if it’s so close to the equator?
Even near the equator, shifting clocks can help align waking and working hours with daylight, reduce electricity use, and coordinate more closely with European trading partners.
What should travelers know about time in Casablanca?
Travelers should check the current offset before booking, as Morocco can change its clocks with short notice, especially around Ramadan, which may affect flight and meeting times.
How does Casablanca Time affect business with Europe?
Because Morocco often matches Central European Time (UTC+01:00) during DST, scheduling with Europe is usually straightforward, but the occasional return to UTC+00:00 can create brief mismatches.

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