Time zone · Africa

CST

Casablanca Summer Time

Casablanca Summer Time (CST) refers to Morocco’s daylight saving practice in the Casablanca zone, where clocks shift forward to UTC+01:00 during summer months—making evenings brighter and aligning working hours closer to European partners. While most of Morocco observes this seasonal shift, the country has at times adjusted or suspended DST for cultural or religious reasons, adding a unique rhythm to timekeeping here.

UTC+01:00 daylight1 IANA zone2 cities
Current time in CST☾ Night
04:29:49

Sunday, May 31, 2026

☾ NIGHT 06:2713:2920:31
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 CST

Standard time, with a summer shift.

Casablanca Summer Time (CST) refers to Morocco’s daylight saving practice in the Casablanca zone, where clocks shift forward to UTC+01:00 during summer months—making evenings brighter and aligning working hours closer to European partners. While most of Morocco observes this seasonal shift, the country has at times adjusted or suspended DST for cultural or religious reasons, adding a unique rhythm to timekeeping here.

IANA zones · the technical identifiers

The zone that resolve to CST.

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/CasablancaCasablanca▲ DST

Cities currently on CST

The same hour, city by city.

2 cities · all UTC+01:00

Where CST is used

One country.

Same offset · UTC+01:00

Other zones at UTC+01:00 right now.

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

Frequently asked questions

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

Is Casablanca Summer Time used year-round in Morocco?
No—Morocco typically reverts to UTC+00:00 outside of summer, though the exact dates can change annually based on government decisions, including pauses during Ramadan.
Why does Morocco observe daylight saving time?
Morocco uses DST primarily to save energy and maximize daylight usage, aligning business hours more closely with European trading partners.
When does Casablanca Summer Time start?
It usually begins in late March; in 2026, it started on March 22 at 03:00 local time when clocks moved forward by one hour.
When does Casablanca Summer Time end?
The next scheduled end is February 7, 2027 at 02:00 local time, when clocks will return to standard time (UTC+00:00).
Has Morocco ever skipped daylight saving time?
Yes—in some years, such as 2018, Morocco suspended DST temporarily, keeping UTC+00:00 throughout the summer months.
How many time zones does Morocco have?
Despite its size, Morocco uses only one official time zone: Africa/Casablanca, which follows either UTC+00:00 or UTC+01:00 depending on the season.
What’s the abbreviation for Casablanca Summer Time?
Locally, it’s often written as +01, reflecting the current UTC+01:00 offset during DST.
Does the entire country follow Casablanca Summer Time?
Yes—all regions in Morocco observe the same daylight saving pattern as Casablanca, with no internal time differences.

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