Time zone · Americas

PST

Pacific Standard Time

Pacific Standard Time covers the West Coast of North America across the U.S., Canada, and Mexico. Right now, the entire region is on daylight saving time (PDT, UTC-07:00), with clocks set back to PST (UTC-08:00) on November 1st, 2026.

UTC-07:00 daylightDST: UTC-07:00 (PDT)3 IANA zones13 cities
Current time in PST☾ Night
23:43:13

Saturday, August 29, 2026

☾ NIGHT 06:2412:5319:22
Standard
PST · −8
Daylight
PDT · −7
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

UTC-07:00

PDT · +1h

About PST

Standard time, with a summer shift.

Pacific Standard Time covers the West Coast of North America across the U.S., Canada, and Mexico. Right now, the entire region is on daylight saving time (PDT, UTC-07:00), with clocks set back to PST (UTC-08:00) on November 1st, 2026.

DST schedule · PST · PDT

November 1

2026 Sunday · clocks fall back

Clocks fall back by one hour · in 2 months.

One year, two clocks

PST · UTC-08:00PDT · UTC-07:00PST · UTC-08:008 Mar · +1h1 Nov · −1h Jan 2026 Dec

IANA zones · the technical identifiers

The 3 zones that resolve to PST.

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 across PST

Local time, city by city.

13 cities

Where PST is used

3 countries.

Same offset · UTC-07:00

Other zones at UTC-07:00 right now.

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

Convert

PST to the world's clocks.

Open the converter →

Frequently asked questions

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

Is PST the same as PDT?
Not exactly. PST (UTC-08:00) is the standard offset typically used in winter, but right now the region is on PDT (UTC-07:00) for daylight saving time.
Which countries use Pacific Standard Time?
The main member zones are in the United States (Los Angeles), Mexico (Tijuana), and Canada (Vancouver), following the same Pacific Time rules.
When do clocks change in this region?
Right now the region is in PDT, and clocks will move back to PST on 2026-11-01 at 01:00:00 local time. In spring, they will spring forward again in March 2027.
Why do I sometimes see UTC-8 and other times UTC-7?
UTC-08:00 is the standard winter offset (PST), while UTC-07:00 is the summer daylight saving offset (PDT). Check which period you're in to know which applies.
Are U.S. Pacific Time rules the same as in Vancouver/Tijuana?
Yes, this region is synchronized: Los Angeles, Vancouver, and Tijuana all observe DST and switch at the same times.
Is this the same as Mountain Time?
No, Mountain Time is one hour ahead of Pacific Time (typically UTC-07:00 / UTC-06:00). Pacific is the westernmost mainland U.S. time zone in this region.
When is it easiest to schedule calls across this region?
Any mid-morning Pacific time usually works well. Outside DST differences, the whole West Coast overlaps, so 10:00 AM PT is convenient for meetings between L.A., Seattle, and Vancouver.
When is the next 'clock change' after the one on November 1st?
After falling back to PST, clocks will spring forward again in March 2027, returning to PDT (UTC-07:00).

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