Asia · North Korea

Current time in Pyongyang

Korean Standard Time.

KST · UTC+09:00IANA: Asia/Pyongyang39.02° N · 125.75° E
Current time☀ Daylight
06:12:10

Saturday, June 6, 2026

05:1112:3519:59
Sunrise
05:11
Solar noon
12:35
Sunset
19:59

Offset right now

UTC+09:00

Korean Standard Time · KST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Pyongyang time

Pyongyang keeps one clock.

Pyongyang sticks to Korean Standard Time all year with no daylight saving fuss—but life and business here run on a tightly orchestrated schedule determined less by clocks and more by state priorities than typical global rhythms.

Frequently asked questions

Common questions about Pyongyang's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Why was North Korea’s timezone historically unique?
North Korea briefly created its own ‘Pyongyang Time’ in 2015 (UTC+8:30), then reverted to Korean Standard Time in 2018.
Does Pyongyang observe daylight saving?
No—it never switches clocks, so the offset stays fixed relative to its official time zone year-round.
What does this mean?
Meetings are best aligned with standard Korean business hours in Seoul if coordinating internationally, despite political differences.
What should remote teams know?
Communication windows can be narrow; plan asynchronously and confirm availability well in advance due to limited external connectivity.
Any cultural notes?
Local holidays and political events can disrupt schedules unexpectedly, so build flexibility into collaboration plans.

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