IANA tz database · zone identifier

Atlantic/Cape_Verde

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

UTC-01:00Abbreviation -01No DST — never observed
Time in Atlantic/Cape_Verde☾ Night
21:57:17
Wednesday, July 15, 2026
Offset
UTC-01:00
Abbreviation
-01
DST
No DST

Current offset

UTC-01:00

same year-round

Abbreviation

-01

tzdb uses numeric abbreviations here

DST behaviour

Never

has never observed daylight saving

Country

🇨🇻 Cape Verde

ISO 3166: CV · view country page →

Using this identifier

The string to put in your code.

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

Offset & DST behaviour

One offset,
50 years.

Atlantic/Cape_Verde has kept UTC-01:00 year-round since 25 November 1975 — 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

−01:34:04UTC-01:00 · UNCHANGED 25 November 1975 NOW

Keeping this offset since

25 November 1975

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

IdentifierAtlantic/Cape_Verde
ISO country codeCV🇨🇻 Cape Verde
Reference coordinates14.92°N, 23.52°Wtz database reference point
Standard offsetUTC-01:00abbreviation -01
Daylight offset—daylight saving has never been observed

Where it applies

All of Cape Verde, one clock.

Looking for travel-friendly info? See Praia or Cape Verde 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 Atlantic/Cape_Verde?
Atlantic/Cape_Verde is UTC-01:00, year-round. The offset never changes because the zone does not observe daylight saving time.
Does Atlantic/Cape_Verde observe daylight saving time?
No. Atlantic/Cape_Verde has never observed DST — it has kept UTC-01:00 continuously since 25 November 1975.
Which country uses Atlantic/Cape_Verde?
Cape Verde. The identifier covers the whole country.
Is Atlantic/Cape_Verde the same as CVST?
Atlantic/Cape_Verde is one of the IANA zones that keeps Cape Verde Standard Time (CVST). Use Atlantic/Cape_Verde in software — CVST 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=Atlantic/Cape_Verde
{
"iana": "Atlantic/Cape_Verde",
"utc_offset": "-01:00",
"abbreviation": "-01",
"observes_dst": false,
"country": "CV"
}