Americas · Mexico

Current time in Cancún

Eastern Standard Time.

EST · UTC-05:00IANA: America/Cancun21.17° N · 86.85° W
Current time☾ Night
23:38:05

Monday, June 1, 2026

☾ NIGHT 06:0512:4519:25
Sunrise
06:05
Solar noon
12:45
Sunset
19:25

Offset right now

UTC-05:00

Eastern Standard Time · EST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Cancún time

Cancún keeps one clock.

Cancún is a vibrant coastal city in Mexico where business moves at a relaxed Caribbean pace under steady Eastern Standard Time year-round. Its lack of clock shifts keeps collaboration with New York or Miami hassle-free, while mornings glow with early tropical sunlight meeting the Gulf.

Frequently asked questions

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

Does Cancún observe daylight saving time?
No, unlike much of mainland Mexico, Cancún locks onto a fixed −5 offset year-round.
How does the fixed offset affect international meetings?
Remote teams in eastern North America find alignment easy; clocks to New York stay identical all year.
Why did Mexico’s Quintana Roo adopt this arrangement?
The decision minimizes confusion for visitors and airlines coordinating from the U.S. East Coast and Caribbean hubs.
Is local time confusing for people in central Mexico?
Yes, Mexico City often sits one hour earlier or later, depending on the season.
How is life shaped by the clock?
Early, sun-filled mornings and late attractions operate until darkness falls without hour shifts.
Are there any daylight saving changes for tourists?
None—travelers only worry about time once, simplifying itineraries.
Are there any broader coordination tips?
DST U.S. East Coast clocks catch up during standard but fall back or spring ahead for about half the year, requiring extra care during meetings.
How unique is the Cancún offset within Mexico?
It keeps the same pattern as neighboring Tulum and Playa del Carmen; mostly diverged elsewhere with internal complexities.

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