Time zone · Americas

MDT

Mountain Daylight Time

Mountain Daylight Time (MDT) is the warmer-season rhythm of life across the Rocky Mountain corridor and the western plains — from Denver’s tech hubs to Edmonton’s energy sector and the desert stretching into Ciudad Juárez.

UTC-06:00 daylight6 IANA zones
Current time in MDT☾ Night
21:27:28

Saturday, May 30, 2026

☾ NIGHT 06:00noon18:00
Standard
MST · −7
IANA zones
6

Current offset

UTC-06:00

Daylight · MDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

6

6 observe DST, 0 don't

DST offset

No summer variant

About MDT

Standard time, with a summer shift.

Mountain Daylight Time (MDT) is the warmer-season rhythm of life across the Rocky Mountain corridor and the western plains — from Denver’s tech hubs to Edmonton’s energy sector and the desert stretching into Ciudad Juárez.

IANA zones · the technical identifiers

The 6 zones that resolve to MDT.

For software, always store the IANA identifier — never the abbreviation alone. The database keeps these zones distinct because their rules can, and historically did, diverge.

IANA zonePrimary cityDST
America/BoiseBoise▲ DST
America/Cambridge_BayCambridge_Bay▲ DST
America/Ciudad_JuarezCiudad_Juarez▲ DST
America/DenverDenver▲ DST
America/EdmontonEdmonton▲ DST
America/InuvikInuvik▲ DST

Where MDT is used

3 countries.

Same offset · UTC-06:00

Other zones at UTC-06:00 right now.

These named zones share MDT's offset today. When daylight saving rules differ, they drift apart for part of the year.

Frequently asked questions

Common questions about MDT, daylight saving, and how to handle it in software. Can't find what you need? Email [email protected].

How far apart can it feel when crossing into MDT from a neighboring zone?
Stepping from the Pacific zone into MDT means jumping an hour ahead, while moving east into Central Time adds another hour — a two-hour swing that can turn a short drive into a full schedule shift.
Why do some Canadian and Mexican cities share the same clock as Denver?
Because MDT spans three countries, cities like Edmonton, Cambridge Bay, and Ciudad Juárez align their daylight hours with Denver’s, making cross-border coordination simpler during the summer months.
Does MDT affect flight schedules across the Rockies?
Yes — airlines adjust departure and arrival times to match MDT, so travelers flying between mountain cities and coastal hubs often experience a one-hour time difference in both directions.
What’s unique about MDT in the far north, like Inuvik?
Inuvik uses MDT despite its extreme latitude, meaning summer days can stretch well past midnight — a surreal experience for visitors used to earlier sunsets.
How does MDT impact remote workers in the region?
Teams spread across MDT and neighboring zones often schedule meetings in the late morning to accommodate both mountain and central time colleagues without cutting into evening hours.
Is MDT always one hour ahead of Mountain Standard Time?
Exactly — when clocks spring forward in March, MST becomes MDT, shifting everything from school start times to TV prime time an hour later.
Do all MDT zones change their clocks on the same date?
Most do, following the U.S. and Canadian DST schedule, though Mexico’s Ciudad Juárez has occasionally used different transition dates in the past.
What happens to MDT when daylight saving ends?
In November, clocks fall back to Mountain Standard Time (MST), returning the region to UTC-07:00 and giving everyone an extra hour of sleep — at least for one night.

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