Time zone · Americas

MST

Yukon Time

Yukon Time (MST) keeps a steady UTC−07:00 year-round in Canada's Yukon—no daylight saving shifts mean clocks stay the same all year, making life and collaboration simpler across the territory.

UTC-07:00 standard2 IANA zones
Current time in MST☀ Daylight
13:02:03

Friday, June 5, 2026

06:00noon18:00
Standard
MST · −7
IANA zones
2

Current offset

UTC-07:00

Standard · MST

Daylight saving

Not observed

Year-round standard time

IANA zones

2

None observe daylight saving

DST offset

No summer variant

About MST

A fixed, year-round offset.

Yukon Time (MST) keeps a steady UTC−07:00 year-round in Canada's Yukon—no daylight saving shifts mean clocks stay the same all year, making life and collaboration simpler across the territory.

IANA zones · the technical identifiers

The 2 zones that resolve to MST.

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/DawsonDawson— None
America/WhitehorseWhitehorse— None

Where MST is used

One country.

Same offset · UTC-07:00

Other zones at UTC-07:00 right now.

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

Frequently asked questions

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

Why doesn’t Yukon Time observe daylight saving?
Yukon permanently stopped DST in 2020, so MST runs at UTC−07:00 all year, giving a consistent rhythm for schedules and planning.
Which areas use Yukon Time (MST)?
It covers key Yukon communities in Canada such as Dawson and Whitehorse, all unified under a single UTC−07:00 standard.
When did Yukon stop using DST?
The region ended DST on 2020-11-01, moving permanently to standard time—its current offset has been stable ever since.
How does no DST affect daily life?
Business hours, school times, and broadcasts stay predictable year round—no spring-forward / fall-back confusion with neighbors or partners in other zones.
What’s unique about Yukon Time compared to other North American MST regions?
Many MST zones shift to MDT, but Yukon stays on MST permanently, simplifying cross-border coordination with partners who do change clocks.
Is Yukon Time the same as Mountain Standard Time elsewhere?
While the offset (UTC−07:00) matches, Yukon skips the spring/summer shift to daylight time that many other MDT regions use.
Does Yukon Time align with any US time zones?
It aligns with parts of the Mountain time zone only when those areas are on standard time; during DST, US neighbors shift to MDT while Yukon stays on MST.
What’s the time difference with Pacific Time during summer?
When Pacific regions move to PDT (UTC−07:00), they match Yukon’s MST; outside DST, Pacific time is one hour behind Yukon.

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