Time zone · Europe

PST

Petropavlovsk-Kamchatski Standard Time

Petropavlovsk-Kamchatski Standard Time covers far eastern Russia's Kamchatka peninsula, one of the first large landmasses to greet each new day thanks to its fixed UTC+12:00 offset. With no daylight saving surprises, this remote region offers predictably early starttimes for global collaboration.

UTC+12:00 standard1 IANA zone
Current time in PST☀ Daylight
15:29:40

Sunday, May 31, 2026

06:00noon18:00
Standard
+12 · +12
IANA zones
1

Current offset

UTC+12:00

Standard · +12

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About PST

A fixed, year-round offset.

Petropavlovsk-Kamchatski Standard Time covers far eastern Russia's Kamchatka peninsula, one of the first large landmasses to greet each new day thanks to its fixed UTC+12:00 offset. With no daylight saving surprises, this remote region offers predictably early starttimes for global collaboration.

IANA zones · the technical identifiers

The zone 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
Asia/KamchatkaKamchatka— None

Where PST is used

One country.

Same offset · UTC+12:00

Other zones at UTC+12: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].

What does PST stand for here?
PST stands for Petropavlovsk-Kamchatski Standard Time, which is the designation for the UTC+12:00 zone in far eastern Russia, avoiding confusion with other 'PST' abbreviations like Pacific Standard Time in North America.
Is there daylight saving in Kamchatka?
No, Kamchatka currently uses a fixed UTC+12:00 year-round with no daylight saving transitions, following Russia-wide changes that ended seasonal clock shifts in 2021.
How does Kamchatka relate to the International Date Line?
Kamchatka sits well east of the Date Line, meaning it's among the first populated areas—alongside Fiji and New Zealand—to experience a new calendar day.
Why is the time zone designation so long?
The name comes from Petropavlovsk-Kamchatski, the main city on the peninsula; in English it's sometimes shortened to Kamchatka Time or Kamchatka Standard Time.
Can I rely on the offset?
Yes; after 2021, the UTC+12:00 offset is fixed, so there are no future transitions to track for scheduling.
Which countries use this time zone?
Only Russia uses Petropavlovsk-Kamchatski Standard Time, specifically the Kamchatka peninsula in the country's far east.
How does this zone affect video calls with Europe?
With a 9-to-10 hour lead over Central European Time, early-morning calls from Europe land during standard business hours in Kamchatka; vice versa, late-day Kamchatka calls suit early risers in Western Europe.
What’s the main city in this zone?
Petropavlovsk-Kamchatsky, the largest city on the peninsula, sits in this zone and serves as the administrative center of Kamchatka Krai.

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