Time zone · Americas

CST

Cuba Standard Time

Cuba Standard Time (CST) keeps all of Cuba on the same clock, shifting between standard and daylight saving throughout the year so life and work follow a single rhythm. Knowing the transition dates helps everyone at home and abroad stay perfectly in sync with the island’s unique Caribbean schedule.

UTC-04:00 daylightDST: UTC-04:00 (CDT)1 IANA zone2 cities
Current time in CST☾ Night
03:38:22

Sunday, August 30, 2026

☾ NIGHT 07:1013:3019:49
Standard
CST · −5
Daylight
CDT · −4
IANA zones
1

Current offset

UTC-04:00

Daylight · CDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

1

1 observe DST, 0 don't

DST offset

UTC-04:00

CDT · +1h

About CST

Standard time, with a summer shift.

Cuba Standard Time (CST) keeps all of Cuba on the same clock, shifting between standard and daylight saving throughout the year so life and work follow a single rhythm. Knowing the transition dates helps everyone at home and abroad stay perfectly in sync with the island’s unique Caribbean schedule.

DST schedule · CST · CDT

November 1

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 2 months.

One year, two clocks

CST · UTC-05:00CDT · UTC-04:00CST · UTC-05:008 Mar · +1h1 Nov · −1h Jan 2026 Dec

IANA zones · the technical identifiers

The zone that resolve to CST.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
America/HavanaHavana▲ DST

Cities across CST

Local time, city by city.

2 cities

Where CST is used

One country.

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.

Convert

CST to the world's clocks.

Open the converter →

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

How does Cuban Standard Time compare with nearby time zones throughout the year?
In winter Cuba sits one hour behind the U.S. East Coast, matching Eastern Standard Time, then closes the gap to the same hour in summer when both move to daylight saving. Neighboring Caribbean and Gulf zones without DST often remain a steady hour behind or ahead depending on the season.
Which single zone represents Cuban Standard Time?
Only America/Havana represents this region, so every part of Cuba—mainland and outlying keys—uses the same clock and DST transitions, making scheduling across the island completely uniform.
When do Cubans change clocks each year?
Cuba moves its clocks in spring and autumn, gaining an hour in spring and returning it in autumn, with the next scheduled change on 2026‑11‑01 00:00 locally.
What local abbreviation is used now?
Through the daylight period Cuba calls its clock Cuba Daylight Time (CDT), which shifts schedules an hour earlier than the standard setting.
How does a single DST policy affect business with other regions?
A single DST block means worldwide partners only need to remember one shift per spring and autumn, yet they must still adjust their calendars twice a year to stay aligned with Havana.
Is Cuban Standard Time ever confused with the North American Central Time?
Both can be abbreviated CST, but Cuba follows a distinct pattern of zone codes and DST transitions that separate it from North American Central Time, so checking the region avoids mix-ups.
What is unique about Cuban Standard Time among Caribbean islands?
Many Caribbean islands never change clocks, so Cuba stands out by aligning with North American daylight hours while still following its own annual transitions.

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