Americas · Mexico

Current time in Cuauhtémoc

Central Standard Time.

CST · UTC-06:00IANA: America/Mexico_City19.45° N · 99.15° W
Current time☾ Night
22:38:08

Monday, June 1, 2026

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

Offset right now

UTC-06:00

Central Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Cuauhtémoc time

Cuauhtémoc keeps one clock.

Cuauhtémoc is a borough of Mexico City, Mexico, that sits at the heart of one of the largest urban agglomerations in the Americas, operating in the Central Standard Time zone. With nearly 532,000 residents, it pulses with a steady work rhythm throughout the year, as the clock sticks to UTC −6 without the adjustments of daylight saving.

Frequently asked questions

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

Why doesn't Cuauhtémoc have daylight saving time?
Mexico City ended daylight saving time in 2022. Since then, Cuauhtémoc and the rest of the city remain on standard time all year, simplifying scheduling for businesses and residents alike.
What time zone is Cuauhtémoc in?
Cuauhtémoc follows the America/Mexico_City time zone and currently uses Central Standard Time (CST), which is six hours behind UTC.
How many people live in Cuauhtémoc?
The borough of Cuauhtémoc has a population of approximately 531,831, making it one of the most densely populated areas in Mexico City.
Does Cuauhtémoc change its clocks seasonally?
No, Cuauhtémoc does not observe daylight saving time. Clocks stay the same throughout the year, which keeps business hours consistent from January to December.
What is the latitude and longitude of Cuauhtémoc?
Cuauhtémoc is located at latitude 19.445060 and longitude −99.146120, placing it near the historic center of Mexico City.
What time zone abbreviation is used now?
The current abbreviation for the local time in Cuauhtémoc is CST, standing for Central Standard Time, with a UTC offset of −360 minutes.

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