IANA tz database · zone identifier

Africa/Casablanca

The IANA tz database identifier for Casablanca Time in Morocco. Store this string — not the abbreviation, not the offset — and your timestamps stay correct forever.

UTC+01:00Abbreviation +01Observes daylight saving
Time in Africa/Casablanca☾ Night
00:01:07
Thursday, July 16, 2026
Offset
UTC+01:00
Abbreviation
+01
DST
Active

Current offset

UTC+01:00

standard UTC+00:00 · daylight UTC+01:00

Abbreviation

+01

tzdb uses numeric abbreviations here

DST behaviour

Observes

changes clocks twice a year

Country

🇲🇦 Morocco

ISO 3166: MA · view country page →

Using this identifier

The string to put in your code.

Africa/Casablanca is the identifier to use in code and config for this region. Every modern language, database, and OS resolves it through the same tz database, so the examples here behave identically everywhere.

Avoid storing +01 or +01:00 — abbreviations are ambiguous and fixed offsets can't follow rule changes.

// format a date in this zone
new Intl.DateTimeFormat('en-US', {
timeZone: 'Africa/Casablanca',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Africa/Casablanca alternates between +00 (UTC+00:00) and CST (UTC+01:00). Right now it is on +01; clocks fall back on 7 February 2027.

The year at a glance

+00 · UTC+00:00CST · UTC+01:0022 Mar · +1h7 Feb · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAfrica/Casablanca
ISO country codeMA🇲🇦 Morocco
Reference coordinates33.65°N, 7.58°Wtz database reference point
Standard offsetUTC+00:00abbreviation +00
Daylight offsetUTC+01:00abbreviation CST

Where it applies

All of Morocco, one clock.

Looking for travel-friendly info? See Casablanca or Casablanca Time.

Related identifiers

Nearby in the database.

Frequently asked questions

Answers specific to this identifier — generated from the database record. Can't find what you need? Email [email protected].

What UTC offset is Africa/Casablanca?
Africa/Casablanca is currently UTC+01:00 (+01). It alternates between UTC+00:00 in winter and UTC+01:00 in summer.
Does Africa/Casablanca observe daylight saving time?
Yes. Clocks fall back at the next transition on 7 February 2027, as they do twice every year.
Which country uses Africa/Casablanca?
Morocco. The identifier covers the whole country.
Is Africa/Casablanca the same as CASABL?
Africa/Casablanca is one of the IANA zones that keeps Casablanca Time (CASABL). Use Africa/Casablanca in software — CASABL is a human-friendly label, not a valid identifier.

Free · Developer API

This zone, as JSON.

Everything on this page — offset, abbreviation, DST rules, coordinates — from one endpoint, always current with the latest tzdb release.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// this identifier, resolved live
GET /v1/timezones?iana=Africa/Casablanca
{
"iana": "Africa/Casablanca",
"utc_offset": "+01:00",
"abbreviation": "+01",
"observes_dst": true,
"country": "MA"
}