Americas · Mexico

Current time in Mexico City

Central Standard Time.

CST · UTC-06:00IANA: America/Mexico_City19.43° N · 99.13° W
Current time☾ Night
21:27:58

Saturday, May 30, 2026

☾ NIGHT 05:5712:3419:10
Sunrise
05:57
Solar noon
12:34
Sunset
19:10

Offset right now

UTC-06:00

Central Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Mexico City time

Mexico City keeps one clock.

Though many cities in Mexico shift their clocks forward and back, the nation's capital sits in a fixed time zone that makes it a steady reference point for North American business.

Frequently asked questions

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

Mexico City does not observe daylight saving time. When does the rest of Mexico primarily adjust their clocks?
The rest of Mexico shifts clocks in early April and late October.
Mexico City avoids daylight saving time. What is a key benefit of a non-DST schedule for cross-border work?
The stable time makes it easier to coordinate with U.S. East Coast offices, as the time difference can shift depending on U.S. DST.
Mexico City does not observe daylight saving time. What is a common misconception about Mexico's time?
A common misconception is that all of Mexico switches clocks; in reality, border regions and the capital often follow distinct rules.
Mexico City is a stable time center. What is a practical challenge for a team booking calls from Europe?
Europeans note the time 'moves' relative to them twice yearly when UK and Central Europe change their clocks, shifting from six to seven hours ahead.
Mexico City does not observe daylight saving time. Why might Mexico City be considered the most predictable time zone in the region?
Its refusal to participate in daylight saving changes anchors the local business year around solar noon and consistent work hours.

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