Time zone

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 daylight0 IANA zones
Current time in PST☀ Daylight
14:20:19

Friday, June 5, 2026

06:00noon18:00
Standard
PST · −8
IANA zones
0

Current offset

UTC-07:00

Daylight · PDT

Daylight saving

Active

Reverts 1 Nov 2026

IANA zones

0

None observe daylight saving

DST offset

No summer variant

About PST

A fixed, year-round offset.

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.

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.

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