Time zone · Asia

JST

Japan Standard Time

Japan Standard Time keeps the entire country on a steady UTC+09:00 year-round—no clock changes, no confusion, just one reliable time across Tokyo, Osaka, Kyoto, and beyond.

UTC+09:00 standard1 IANA zone1 city
Current time in JST☀ Daylight
12:29:21

Sunday, May 31, 2026

04:2711:3818:50
Standard
JST · +9
IANA zones
1

Current offset

UTC+09:00

Standard · JST

Daylight saving

Not observed

Year-round standard time

IANA zones

1

None observe daylight saving

DST offset

No summer variant

About JST

A fixed, year-round offset.

Japan Standard Time keeps the entire country on a steady UTC+09:00 year-round—no clock changes, no confusion, just one reliable time across Tokyo, Osaka, Kyoto, and beyond.

IANA zones · the technical identifiers

The zone that resolve to JST.

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/TokyoTokyo— None

Cities currently on JST

The same hour, city by city.

1 city · all UTC+09:00

Where JST is used

One country.

Same offset · UTC+09:00

Other zones at UTC+09:00 right now.

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

Frequently asked questions

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

Why doesn’t Japan observe daylight saving time?
Japan abolished DST after World War II, and despite periodic debates, concerns over increased energy use, disrupted work rhythms, and public preference for consistency have kept the country firmly on permanent standard time.
Is JST used outside of Japan?
While ‘Japan Standard Time’ technically only applies to Japan, several neighboring regions like Seoul and Pyongyang also use UTC+09:00 year-round under different names—but they don’t officially call it JST.
How does fixed UTC+09:00 affect daily life in Tokyo?
With no DST shifts, schedules stay predictable—train timetables, TV broadcasts, and business hours remain constant all year, making coordination seamless for residents and visitors alike.
What’s the earliest sunrise in Tokyo under JST?
In early June, Tokyo sees sunrise as early as 4:25 a.m. local time—thanks to its eastern longitude and lack of DST adjustments, mornings get bright well before most people wake up.
Does Japan ever consider switching to DST?
Occasionally, especially around major events like the Olympics, there’s talk of adopting DST to align with global partners or save energy—but strong cultural attachment to routine and skepticism about benefits have blocked any change so far.
How does JST compare to other Asian time zones?
JST is one of the few major Asian time zones that never changes; while countries like South Korea experimented with DST in the past, Japan has maintained uninterrupted consistency since 1951.
Is there any part of Japan that uses a different time zone?
No—every corner of Japan, from Hokkaido to Okinawa, follows the same UTC+09:00 without exception, making it one of the most uniformly timed nations in the world.

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