Americas · Dominican Republic

Current time in Santo Domingo

Atlantic Standard Time.

AST · UTC-04:00IANA: America/Santo_Domingo18.47° N · 69.90° W
Current time☀ Daylight
17:20:15

Friday, June 5, 2026

06:0212:3719:13
Sunrise
06:02
Solar noon
12:37
Sunset
19:13

Offset right now

UTC-04:00

Atlantic Standard Time · AST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Santo Domingo time

Santo Domingo keeps one clock.

Santo Domingo keeps things on Atlantic Standard Time year-round, so remote teams never have to adjust for daylight saving shifts when syncing up with the Dominican Republic's capital. The steady pace of business here leans into early energy, with mornings soaked in Caribbean light and a rhythm that blends relaxed hospitality with a surprisingly quick decision-making culture at the water cooler.

Frequently asked questions

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

Does Santo Domingo ever spring forward or fall back?
No, the Dominican Republic has dropped daylight saving entirely since 1970, so AST remains constant at UTC −4 all year long.
Why did the Dominican Republic abandon daylight saving?
Officials found that the energy savings were negligible, and sticking with a single offset simplified commerce and travel across the country and with neighboring Haiti.
How does the year-round offset help remote collaboration?
Without seasonal clock changes, scheduling tools and calendars never need updates, reducing meeting mishaps with Santo Domingo contacts.
Is Santo Domingo’s time zone shared with other Caribbean neighbors?
Yes, Puerto Rico and parts of the Eastern Caribbean also use AST, making coordination across the region straightforward.
What cultural nuance affects meeting etiquette?
Punctuality is expected, especially in formal business settings, though social gatherings often run on a more relaxed Dominican schedule.
How does the tropical daylight shape the workday?
Early sunrise and sunset patterns encourage offices to start early and wrap before dusk, blending productivity with evening socializing.
Are there seasonal festivals that disrupt office hours?
Carnival in February and other holidays may slow business pace, so teams should plan fewer deliverables around those dates.
Do local tech tools respect the fixed offset?
Most apps align smoothly, but always double-check that your software updates don’t assume U.S. daylight-saving rules.

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