Americas · Mexico

Current time in Guadalupe

Central Standard Time.

CST · UTC-06:00IANA: America/Monterrey25.68° N · 100.26° W
Current time☾ Night
22:39:16

Monday, June 1, 2026

☾ NIGHT 05:4912:3819:28
Sunrise
05:49
Solar noon
12:38
Sunset
19:28

Offset right now

UTC-06:00

Central Standard Time · CST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Guadalupe time

Guadalupe keeps one clock.

Guadalupe sits in the Monterrey metropolitan area of northeast Mexico, where maquiladoras and tech startups keep similar schedules to U.S. Central Time. Because it no longer shifts for daylight saving – unlike many northern Mexican cities that do – its offset is effectively a fixed mirror of U.S. Central Standard Time, which means fewer clock-change headaches but lasting evening light in summer and earlier darkness in winter.

Frequently asked questions

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

How does staying on standard time all year affect daily life?
No spring-forward or fall-back means a consistent schedule for shift workers and shifys along the Texas border, but also means summer days stay bright well into the evening while winter afternoons get dark earlier.
What makes Monterrey-area timekeeping unique compared with central Mexico?
For decades the Monterrey metro matched U.S. Central *with* DST; after Mexico scrapped the extra hour here, the region froze onto standard time, creating a one‑hour gap versus Mexico City for several months a year.
How does a fixed offset help remote teams collaborating across the border?
If your U.S. colleagues observe DST and Guadalupe does not, your one‑hour difference becomes a two‑hour difference during U.S. summer – a planning nuance worth writing into sprint calendars.
Any effect of the area’s latitude on work hours?
At 25°N the variation in daylight is moderate: roughly 10½ hours in December to nearly 14 in June, letting manufacturers and call centres extend outdoor maintenance without extreme heat or cold shifts.
Do flights to Monterrey respect this clock rule?
Yes – regional airline schedules still publish times in local standard time, and most international booking engines automatically convert to U.S. Central when needed.
Will we ever put-down the clocks?
unlikely, just expect a stable CST with no surprises.
What's one fun way locals handle the two‑hour summer gap with the US?
Some locals follow the U.S. summer gap, but just enjoy those extra evening hours. Also (note) at high noon the sun is very strong and you'll be grateful for that two-hour gap. Despite these differences, most locals enjoy life with no-clock-shift simplicity.
Any etiquette for scheduling abroad?
Mexican business culture is generally flexible, yet punctuality is valued in Monterrey’s industrial corridors. Most meeting invites specify ‘hora de Monterrey’ to avoid confusion, but for cross-border calls it never hurts to confirm the time-zone label you’re using.

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