IANA tz database · zone identifier

Africa/Algiers

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

UTC+01:00Abbreviation CETNo DST — never observed
Time in Africa/Algiers☾ Night
00:00:36
Thursday, July 16, 2026
Offset
UTC+01:00
Abbreviation
CET
DST
No DST

Current offset

UTC+01:00

same year-round

Abbreviation

CET

used year-round

DST behaviour

Never

has never observed daylight saving

Country

🇩🇿 Algeria

ISO 3166: DZ · view country page →

Using this identifier

The string to put in your code.

Africa/Algiers 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 CET 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/Algiers',
dateStyle: 'full', timeStyle: 'long'
}).format(new Date());

Offset & DST behaviour

One offset,
45 years.

Africa/Algiers has kept UTC+01:00 year-round since 1 May 1981 — no daylight saving and no offset changes on record since. It is among the most stable identifiers in the database.

Every offset this zone has kept

+00:12:12UTC+01:00 · UNCHANGED 1 May 1981 NOW

Keeping this offset since

1 May 1981

Next transition

None scheduled

no DST rules exist for this zone

Safe to assume

Local = UTC + 1h, always

…but store the identifier anyway

Technical record

The database entry, in full.

source: IANA tz database

IdentifierAfrica/Algiers
ISO country codeDZ🇩🇿 Algeria
Reference coordinates36.78°N, 3.05°Etz database reference point
Standard offsetUTC+01:00abbreviation CET
Daylight offsetdaylight saving has never been observed

Where it applies

All of Algeria, one clock.

Looking for travel-friendly info? See Algiers or Central European Standard 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/Algiers?
Africa/Algiers is UTC+01:00, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Africa/Algiers observe daylight saving time?
No. Africa/Algiers has never observed DST — it has kept UTC+01:00 continuously since 1 May 1981.
Which country uses Africa/Algiers?
Algeria. The identifier covers the whole country.
Is Africa/Algiers the same as CET?
Africa/Algiers is one of the IANA zones that keeps Central European Standard Time (CET). Use Africa/Algiers 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/Algiers
{
"iana": "Africa/Algiers",
"utc_offset": "+01:00",
"abbreviation": "CET",
"observes_dst": false,
"country": "DZ"
}