Time zone

CST

Cuba Standard Time

Cuba Standard Time, observed by Havana, follows a seasonal rhythm—UTC-05:00 in winter and UTC-04:00 in summer—reflecting Cuba’s practice of daylight saving time, shared by all its time zone areas.

UTC-04:00 daylight0 IANA zones
Current time in CST☾ Night
23:27:50

Saturday, May 30, 2026

☾ NIGHT 06:00noon18:00
Standard
CST · −5
IANA zones
0

Current offset

UTC-04:00

Daylight · CDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About CST

A fixed, year-round offset.

Cuba Standard Time, observed by Havana, follows a seasonal rhythm—UTC-05:00 in winter and UTC-04:00 in summer—reflecting Cuba’s practice of daylight saving time, shared by all its time zone areas.

Same offset · UTC-04:00

Other zones at UTC-04:00 right now.

These named zones share CST's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about CST, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

Why does Cuba change its clocks twice a year?
Cuba observes daylight saving time to make better use of daylight during longer summer days, shifting from UTC-05:00 (CST) in winter to UTC-04:00 (CDT) in summer.
When does Havana switch between standard and daylight saving time?
Havana typically switches to daylight saving time in early March and returns to standard time in early November, though exact dates may vary slightly year to year.
Is all of Cuba on the same time zone?
Yes, the entire country uses Cuba Standard Time, which is represented by the single zone America/Havana.
What’s unique about Cuba’s approach to daylight saving?
Cuba adopts daylight saving time nationwide, aligning its clock changes with seasonal shifts in daylight, which helps conserve energy and align working hours with natural light.
How does Cuba’s current time compare to nearby regions?
When on daylight saving time (CDT, UTC-04:00), Havana matches some eastern U.S. zones, but may differ from Caribbean neighbors that do not observe DST or follow different schedules.
Has Cuba always used daylight saving time?
No, Cuba has not always observed DST—it was adopted and suspended at various points in history, but has been consistently applied in recent decades.
Does the U.S. influence Cuba’s time zone choices?
While Cuba independently manages its timekeeping, its daylight saving schedule sometimes aligns with U.S. dates for consistency in travel, trade, and communication across the region.

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