Time zone · Americas

PDT

Pacific Daylight Time

Pacific Daylight Time (PDT) governs the West Coast rhythms of the U.S., Canada, and Mexico’s Baja Peninsula, aligning major tech, entertainment, and maritime hubs during the longer daylight months. It shifts the region’s clocks forward seven hours behind UTC each spring to maximize evening light, then reverts with the fall reset.

UTC-07:00 daylight3 IANA zones13 cities
Current time in PDT☀ Daylight
13:03:07

Friday, June 5, 2026

05:4112:5120:01
Standard
PST · −8
IANA zones
3

Current offset

UTC-07:00

Daylight · PDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

3

3 observe DST, 0 don't

DST offset

No summer variant

About PDT

Standard time, with a summer shift.

Pacific Daylight Time (PDT) governs the West Coast rhythms of the U.S., Canada, and Mexico’s Baja Peninsula, aligning major tech, entertainment, and maritime hubs during the longer daylight months. It shifts the region’s clocks forward seven hours behind UTC each spring to maximize evening light, then reverts with the fall reset.

IANA zones · the technical identifiers

The 3 zones that resolve to PDT.

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/Los_AngelesLos_Angeles▲ DST
America/TijuanaTijuana▲ DST
America/VancouverVancouver▲ DST

Cities currently on PDT

The same hour, city by city.

13 cities · all UTC-07:00

Where PDT is used

3 countries.

Same offset · UTC-07:00

Other zones at UTC-07:00 right now.

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

Frequently asked questions

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

What does PDT cover outside the U.S.?
Besides the U.S. West Coast, PDT also includes Canada’s Lower Mainland (like Vancouver) and Mexico’s Baja California zone (including Tijuana), creating a unified three‑country corridor during the summer months.
When do clocks change in PDT?
In the PDT region, clocks typically spring forward in early March and fall back in early November, giving about eight months of daylight saving time.
Why does this region observe DST?
The shift aims to extend usable daylight into the evening, supporting tourism, outdoor activities, and energy savings along the Pacific Coast and border regions.
When is the next time change?
The next scheduled transition is on 2026‑11‑01 at 1:00 a.m. local PDT, after which the region will move back to standard time (PST).
How does this region’s DST design influence global teams?
West‑coast companies and cross‑border partners often plan around the long summer window of matching UTC-7 offsets with other summer‑adjusting regions, simplifying coordination with Europe and eastern North America.

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