IANA tz database · zone identifier

Africa/Ceuta

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

UTC+02:00Abbreviation CESTObserves daylight saving
Time in Africa/Ceuta☾ Night
01:00:10
Thursday, July 16, 2026
Offset
UTC+02:00
Abbreviation
CEST
DST
Active

Current offset

UTC+02:00

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

Abbreviation

CEST

the daylight-saving form

DST behaviour

Observes

changes clocks twice a year

Country

🇪🇸 Spain

ISO 3166: ES · view country page →

Using this identifier

The string to put in your code.

Africa/Ceuta 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 CEST or +02: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/Ceuta',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

Two offsets,
every year.

Africa/Ceuta alternates between CET (UTC+01:00) and CEST (UTC+02:00). Right now it is on CEST; clocks fall back on 25 October 2026.

The year at a glance

CET · UTC+01:00CEST · UTC+02:00CET · UTC+01:0029 Mar · +1h25 Oct · −1h Jan 2026 Dec

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAfrica/Ceuta
ISO country codeES🇪🇸 Spain
Reference coordinates35.88°N, 5.32°Wtz database reference point
Standard offsetUTC+01:00abbreviation CET
Daylight offsetUTC+02:00abbreviation CEST

Where it applies

One of Spain's 3 zones.

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/Ceuta?
Africa/Ceuta is currently UTC+02:00 (CEST). It alternates between UTC+01:00 in winter and UTC+02:00 in summer.
Does Africa/Ceuta observe daylight saving time?
Yes. Clocks fall back at the next transition on 25 October 2026, as they do twice every year.
Which country uses Africa/Ceuta?
Spain. It is one of 3 IANA zones covering the country.
Is Africa/Ceuta the same as CET?
Africa/Ceuta is one of the IANA zones that keeps Central European Standard Time (CET). Use Africa/Ceuta in software — CET 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/Ceuta
{
"iana": "Africa/Ceuta",
"utc_offset": "+02:00",
"abbreviation": "CEST",
"observes_dst": true,
"country": "ES"
}