Americas · Dominica

Current time in Roseau

Atlantic Standard Time.

AST · UTC-04:00IANA: America/Dominica15.30° N · 61.40° W
Current time☾ Night
23:26:48

Saturday, May 30, 2026

☾ NIGHT 05:3412:0318:32
Sunrise
05:34
Solar noon
12:03
Sunset
18:32

Offset right now

UTC-04:00

Atlantic Standard Time · AST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Roseau time

Roseau keeps one clock.

Roseau, the laid-back capital of Dominica, keeps pace with the steady Atlantic Standard Time—the sun blazes high by midday and sets early, making afternoon calls to the Americas a breeze but European evenings a stretch.

Frequently asked questions

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

Does Dominica observe daylight saving time?
No, Dominica stays on Atlantic Standard Time (UTC−4) year-round, so the clock never springs forward or falls back.
Which time zone does Roseau follow?
Roseau uses America/Dominica, which is Atlantic Standard Time (AST) at UTC−4.
What countries or cities share the same time zone as Roseau?
Roseau shares AST with Puerto Rico, Barbados, Trinidad and Tobago, and other Caribbean Eastern islands, as well as parts of Canada's Atlantic provinces.
How does the lack of daylight saving affect scheduling with the US?
Dominica's time matches Eastern Daylight Time (UTC−4) during US summer but Eastern Standard Time (UTC−5) during US winter, requiring an hour adjustment in calls from November–March.
What is the best overlap for meeting with colleagues in Europe?
Because Roseau is four hours behind UTC, the ideal overlap with European offices (UTC+0 to UTC+2) is typically 12:00–16:00 Roseau time, when Europe is in its afternoon stretch.
When does the sun rise and set in Roseau?
Being close to the equator, Roseau experiences fairly consistent sunrise around 6:00 AM and sunset near 6:00 PM AST year-round.
Is there a notable hour difference between Roseau and New York?
Yes—during US summer New York and Roseau are in sync (both UTC−4), but in winter New York drops to UTC−5, putting Roseau an hour ahead.
Is Roseau in the Caribbean Standard Time zone?
Yes, Roseau falls within the Atlantic/Caribbean Standard Time framework (UTC−4), which overlaps heavily with neighboring islands and territories.
What practical advantage does Roseau's time zone offer remote teams?
Team members in Roseau can connect with US East Coast clients and colleagues in real-time during business hours, while Caribbean peers share the same clock face for coordination.

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