Americas · Caribbean · Sovereign state
Current time in Grenada
A single time zone at UTC-04:00.
Time in St. George's☾ Night
23:26:05
Saturday, May 30, 2026
Zone
AST
UTC
UTC-04:00
IANA
America/Grenada
About Grenada's time
A single time zone.
Grenada keeps things simple with a single Atlantic Standard Time zone (UTC−04:00) that stays the same year-round, with no daylight saving changes to worry about.
Major cities
Cities of Grenada.
Frequently asked questions
Common questions about Grenada's time zone, daylight saving rules, and how to handle it in software. Can't find what you need? Email [email protected].
- My Grenada meeting invite keeps changing times — what gives?
- It probably doesn't. Grenada stays on Atlantic Standard Time all year, though many digital calendars still try to "spring forward / fall back" automatically. For maximum reliability in the Caribbean, ask the organizer to specify 'America/Grenada' or 'UTC−4 fixed'.
- If I fly from the US East Coast to Grenada, do I have to change my clocks?
- In winter months both are on UTC−4, so your clock stays the same. From March to November the US East Coast moves to EDT (UTC−4) only temporarily, then falls back again — the time difference effectively flips twice a year.
- Does Daylight Saving Time ever affect calls with Grenada?
- Not locally — Grenada never changes its clocks. But your location might, so keep an eye on whether you're observing DST; during Northern Hemisphere summer you'll be on the same offset, while in winter you'll be an hour behind Grenada.
- What does 'America/Grenada' mean in my calendar app?
- That's the IANA timezone identifier chosen to keep your device up to date with Grenada's fixed UTC−4 offset. Selecting it — rather than a generic 'AST' — ensures your app never accidentally applies DST or other locale rules.
- Is Atlantic Standard Time (AST) observed anywhere else?
- Yes. Several Caribbean nations and Canadian provinces share the same UTC−4 offset. Check each locale's DST policy — some will 'spring forward' in summer while Grenada stays put.
- Why does Grenada not observe Daylight Saving Time?
- Caribbean nations receive fairly consistent daylight year-round due to their tropical latitude, so there's little practical gain from shifting clocks. Staying fixed avoids confusion with the Daylight Saving Time flips of northern trading partners.
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
}
}
]
}