Americas · Caribbean · Sovereign state

Current time in Jamaica

A single time zone at UTC-05:00.

Time in Kingston☾ Night
22:27:59

Saturday, May 30, 2026

☾ NIGHT 05:3012:0418:38
Zone
EST
UTC
UTC-05:00
IANA
America/Jamaica

About Jamaica's time

A single time zone.

Jamaica sits in a single time zone year-round at UTC-05:00 and has not observed daylight saving time in decades, keeping clocks on what's commonly called “Jamaica Time" — essentially Eastern Standard Time — permanently.

Major cities

Cities of Jamaica.

History

How Jamaica keeps time.

Jamaica’s modern timekeeping has been relatively straightforward compared to many countries in the Caribbean. During the 19th and early 20th centuries, local mean time was gradually replaced by more standardized offsets as telegraph and railway connections increased and coordination with international partners became essential.

Around the early 20th century, Jamaica adopted a standard time of UTC−5:00, aligning closely with the Eastern time used in parts of the United States and other Caribbean territories. There have been occasional debates and short-lived experiments with daylight saving time during periods of energy concerns, but Jamaica ultimately settled on a stable, non‑DST offset of UTC‑5:00, which has remained constant in recent decades.

Today, Jamaica Time is effectively equivalent to Eastern Standard Time year-round. The country’s single, stable offset simplifies scheduling with North American markets and limits the need for frequent time-related policy changes.

Frequently asked questions

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

What timezone is Jamaica in?
Jamaica uses a single time zone at UTC−05:00, known as Jamaica Time, which is effectively the same as Eastern Standard Time.
Does Jamaica observe daylight saving time?
No. Jamaica does not currently observe daylight saving time and has maintained a constant UTC−05:00 offset for decades.
Is Jamaica on Eastern Time?
In practice, yes. Jamaica’s UTC−05:00 offset matches Eastern Standard Time, but unlike parts of the US and Canada, Jamaica does not switch to daylight saving time in summer.
Has Jamaica ever used daylight saving time?
Jamaica has occasionally experimented with daylight saving time in the past, particularly during periods of energy concerns, but it has long since returned to a stable, non‑DST schedule.
What is the IANA time zone identifier for Jamaica?
The main time zone is `America/Jamaica`, which represents the country’s single UTC−05:00 zone.
Does Jamaica ever change its time zone?
Jamaica’s time zone has been stable for many years. There are no current plans or major historical precedents for significant changes beyond short-lived DST experiments in the past.
How does Jamaica’s time compare to US Eastern Time?
When the US is on Eastern Standard Time, Jamaica and the US East Coast are the same. When the US switches to Eastern Daylight Time (UTC−4:00), Jamaica remains at UTC−05:00, so the US East Coast moves one hour ahead of Jamaica.
Is Jamaica the same time as New York?
Only when New York is on standard time (winter). When New York moves to daylight saving time (spring and summer), it becomes one hour ahead of Jamaica, which stays on UTC−05:00 year-round.

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