Americas · Puerto Rico

Current time in San Juan

Atlantic Standard Time.

AST · UTC-04:00IANA: America/Puerto_Rico18.47° N · 66.12° W
Current time☾ Night
23:27:56

Saturday, May 30, 2026

☾ NIGHT 05:4712:2218:56
Sunrise
05:47
Solar noon
12:22
Sunset
18:56

Offset right now

UTC-04:00

Atlantic Standard Time · AST

Daylight saving

Not observed

This zone has no seasonal clock change.

About San Juan time

San Juan keeps one clock.

San Juan, Puerto Rico lives on Atlantic Standard Time year-round, so you won't have clocks jumping around on you—great for remote teams needing stability. Caribbean mornings start early, with business ramping up as the sun climbs, making those Atlantic-aligned afternoons perfect for East Coast collaboration tips included.

Frequently asked questions

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

Why doesn't San Juan observe daylight saving?
Puerto Rico opted out of DST to avoid the complications of time shifts, keeping things simple and consistent year-round.
How does AST align with US time zones?
AST is 1 hour ahead of Eastern Standard Time, creating a natural sync during winter months but a gap after US spring forward.
Is San Juan's time ever tricky for global coordination?
Its consistency helps, but be mindful of US DST starts to avoid scheduling hiccups with East Coast counterparts.
When is San Juan day length most noticeable?
Summer solstice stretches daylight to over 13 hours, ideal for both work and evening outdoor time in the US territory.
Can I rely on San Juan time ever changing?
No surprises here; AST remains fixed, making it dependable across seasons.
What should I watch for when planning meetings with San Juan?
Just note the seasonal shift with daylight saving elsewhere; otherwise, Atlantic Time is steady.
How does being on AST really impact daily work?
Early sunrises and no clock changes help maintain a smooth productivity flow throughout the year.

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