Americas · Caribbean · Dependency
Current time in Anguilla
A single time zone at UTC-04:00.
Time in The Valley☾ Night
23:27:20
Saturday, May 30, 2026
Zone
AST
UTC
UTC-04:00
IANA
America/Anguilla
About Anguilla's time
A single time zone.
Anguilla uses Atlantic Standard Time (AST) at UTC-04:00 year-round and does not observe daylight saving time.
Major cities
Cities of Anguilla.
Frequently asked questions
Common questions about Anguilla'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 Anguilla in?
- Anguilla is in Atlantic Standard Time (AST), which is UTC-04:00, throughout the year.
- Does Anguilla observe daylight saving time?
- No, Anguilla does not observe daylight saving time. The time stays at UTC-04:00 year-round.
- Is Anguilla's time zone the same as other Caribbean islands?
- Many nearby Caribbean islands also use Atlantic Standard Time (AST) at UTC-04:00 without DST, so time zone differences among them are generally minimal or nonexistent.
- What time zone database entry covers Anguilla?
- In the IANA Time Zone Database, Anguilla is covered by the zone `America/Anguilla`.
- How does Anguilla's time compare to Eastern Time in the US?
- Anguilla is generally aligned with US Eastern Standard Time (EST, UTC-5) one hour ahead, but during US Eastern Daylight Time (EDT, UTC-4) the time is the same as in Anguilla.
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
}
}
]
}