Americas · Caribbean · Sovereign state

Current time in Dominican Republic

A single time zone at UTC-04:00.

Time in Santo Domingo☀ Daylight
16:02:23

Friday, June 5, 2026

06:0212:3719:13
Zone
AST
UTC
UTC-04:00
IANA
America/Santo_Domingo

About Dominican Republic's time

A single time zone.

The Dominican Republic uses a single timezone — Atlantic Standard Time (UTC-04:00) year-round. No clock changes, no daylight saving, just one steady time zone from Punta Cana to Santo Domingo.

Major cities

Cities of Dominican Republic.

History

How Dominican Republic keeps time.

The Dominican Republic has observed Atlantic Standard Time (AST, UTC-04:00) for much of the modern era, aligning with its Caribbean neighbors in a single, stable timekeeping system without the seasonal clock shifts seen further north. Historically, like many Caribbean nations, the island's time zone reflects its geographic position and colonial administrative heritage, standardized as the country modernized its infrastructure and communications. The most notable aspect of Dominican timekeeping is its consistency — the country does not observe daylight saving time, avoiding the twice-yearly clock changes that complicate life in North America and Europe.

Frequently asked questions

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

What time zone is the Dominican Republic in?
The entire country is on Atlantic Standard Time (AST), which is UTC-04:00 all year round.
Does the Dominican Republic observe daylight saving time?
No. The Dominican Republic stays on UTC-04:00 permanently — no clock changes, no DST.
Is the whole country on the same time?
Yes. From Santo Domingo to Puerto Plata to Punta Cana, everywhere is on AST (UTC-04:00). Just one zone, no exceptions.
What's the time difference with the US Eastern Time Zone?
Roughly 0-1 hours depending on the season. Most of the year, they're the same (UTC-04:00 vs UTC-05:00 in winter, UTC-04:00 vs UTC-04:00 in summer), but during US DST (March–November), the Dominican Republic is an hour ahead of US Eastern Standard.
Do I need to reset my watch when I travel within the country?
Nope. One country, one time zone, no changes. Your watch works everywhere.
How does Dominican time compare to other Caribbean islands?
It's the same as Puerto Rico, the Bahamas, and Cuba — all on AST (UTC-04:00). Jamaica is an hour behind at UTC-05:00.

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