Time zone

PST

Pacific Standard Time

Pacific Standard Time (PST) covers the western edge of North America, stretching from Los Angeles to Vancouver and Tijuana. Right now, all three member zones are on daylight saving time (PDT), giving the region long, sun-soaked evenings that make it feel like the day stretches just a little longer.

UTC-07:00 daylight0 IANA zones
Current time in PST☾ Night
20:28:10

Saturday, May 30, 2026

☾ NIGHT 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 (PST) covers the western edge of North America, stretching from Los Angeles to Vancouver and Tijuana. Right now, all three member zones are on daylight saving time (PDT), giving the region long, sun-soaked evenings that make it feel like the day stretches just a little longer.

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

Why does PST switch to PDT every year?
The region observes daylight saving time to make better use of natural daylight in the warmer months, shifting clocks forward by one hour in spring and back in fall.
Which countries use Pacific Standard Time?
PST is used in parts of the United States, Mexico, and Canada, including major cities like Los Angeles, Tijuana, and Vancouver.
What is the current time offset for PST?
Right now, all member zones are on daylight saving time, so the current offset is UTC-07:00 (PDT), not the standard UTC-08:00 (PST).
When does PST switch back to standard time?
The next transition is on November 1, 2026, when clocks will move back from PDT to PST at 1:00 AM local time.
Is PST the same across all member zones?
Yes, all three member zones—Los Angeles, Tijuana, and Vancouver—currently share the same offset and DST schedule.
How does PST affect daily life in the region?
The time zone supports a lifestyle that blends work, outdoor activity, and evening socializing, with daylight saving time extending usable daylight into the evening hours.
What makes PST unique compared to other time zones?
PST spans three countries and major tech, entertainment, and cultural hubs, making it one of the most globally connected time zones in the world.
Why is Los Angeles the representative zone for PST?
Los Angeles is the largest and most internationally recognized city in the region, making it the natural anchor for the time zone.
How does DST impact cross-border coordination in the PST region?
Because all member zones observe DST on the same schedule, coordination between cities like Los Angeles, Tijuana, and Vancouver remains seamless year-round.

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