Africa · Cape Verde

Current time in Praia

Cape Verde Standard Time.

-01 · UTC-01:00IANA: Atlantic/Cape_Verde14.92° N · 23.52° W
Current time☾ Night
02:27:22

Sunday, May 31, 2026

☾ NIGHT 06:0312:3119:00
Sunrise
06:03
Solar noon
12:31
Sunset
19:00

Offset right now

UTC-01:00

Cape Verde Standard Time · -01

Daylight saving

Not observed

This zone has no seasonal clock change.

About Praia time

Praia keeps one clock.

Praia keeps a relaxed an hour behind most of Europe’s financial centers, giving workdays a slightly later rhythm while still overlapping well with West African partners. Its steady UTC-1 timezone—without daylight saving shifts—makes scheduling calendar planning pleasantly predictable.

Frequently asked questions

Common questions about Praia's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Is Praia always the same time as Lisbon?
Yes, during European winter (when Portugal reverts to UTC±00) the clocks match; in summer, Lisbon moves forward to UTC+1, creating a 1h difference.
When is the best time to schedule calls with Lisbon?
Late morning in Portugal coastal time (say 16:00 UTC) overlaps smoothly with both Lisbon (17:00 WEST) and much of West Africa.
Does Cape Verde observe daylight saving time?
No, in Cape Verde the offset stays at UTC-1 year-round, so you avoid those twice-a-year clock changes that disrupt meeting notes.
How does Praia’s -1 offset help coordinate with Brazil?
With 2–3 hour gap to Brazil’s main zones it is generally 3 hours ahead, giving remote teams a natural early afternoon hand-off window.
What are typical working hours?
Many business and government hours run 08:00–17:00 city time, fitting neatly between West Africa and the start of Europe’s afternoon.
Does Praia sharing a name matter?
No impact—time zone is the same across all Cape Verde islands; just note flights and ferries use the same local time.
Is Praia good for European-American coordination?
Morning in Cape Verde (start ~09:00) = early morning US East Coast, convenient quick sync before lunch on both sides.
Fun fact about the UTC-1 zone?
Cape Verde is one of very few places using UTC-1; a cool trivia piece if your remote team loves maps and clocks.

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