Americas · Caribbean · Dependency

Current time in Aruba

A single time zone at UTC-04:00.

Time in Oranjestad☾ Night
23:26:22

Saturday, May 30, 2026

☾ NIGHT 06:1312:3719:01
Zone
AST
UTC
UTC-04:00
IANA
America/Aruba

About Aruba's time

A single time zone.

Aruba keeps things simple with a single, consistent timezone — Atlantic Standard Time (AST) at UTC-4, all year round with no daylight saving changes to worry about.

Major cities

Cities of Aruba.

History

How Aruba keeps time.

Aruba has maintained Atlantic Standard Time (UTC-4) since establishing a consistent relationship between the island's solar noon and civil time that suited its latitude. The island did at one time observe daylight saving time and went as far as experimenting with UTC-4:30 — an unusual half-hour offset bridging the gap between Atlantic and Eastern time zones. This intermediate offset was short-lived. Aruba eventually settled on the straightforward UTC-4 that avoids the clock-switching complications of DST, reducing scheduling issues for both locals and the large tourism industry. The simplification matched the needs of an island that doesn't gain much evening daylight benefit from DST given its tropical location.

Did you know?

Things about Aruba's time.

Fact · 01

While there's not a lot of complexity to highlight, Aruba's rejection of daylight saving makes it temporally straightforward for travelers to the Caribbean — what you see is what you get, year-round.

Frequently asked questions

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

Does Aruba observe daylight saving time?
No — Aruba stays on Atlantic Standard Time all year, though historically it has experimented with both DST and a UTC-4:30 offset at various times.
What is Aruba’s time zone?
Atlantic Standard Time (AST), which is UTC-4.
Is there more than one time zone in Aruba?
No, the entire island uses a single time zone.
How does Aruba’s time compare to US Eastern Time?
Aruba is on UTC-4 year-round, so when the US is on standard time (UTC-5), Aruba is one hour ahead. But when the US switches to daylight time, Aruba matches US Eastern Daylight Time (UTC-4).

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