Time zone · Asia

JST

Japan Standard Time

Japan Standard Time (JST) operates at a steady UTC+09:00 with no daylight saving transitions, keeping clocks consistent year‑round across the country. For colleagues in Tokyo, this stability simplifies scheduling with partners in Sydney, Singapore, and other East and Southeast Asian time zones.

UTC+09:00 standard1 IANA zone36 cities
Current time in JST☀ Daylight
11:00:02

Friday, June 12, 2026

04:2411:4118:57
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 (JST) operates at a steady UTC+09:00 with no daylight saving transitions, keeping clocks consistent year‑round across the country. For colleagues in Tokyo, this stability simplifies scheduling with partners in Sydney, Singapore, and other East and Southeast Asian time zones.

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.

36 cities · all UTC+09:00

Tokyo
11:00
11:00:02 · JST
JST year-round
Chiba
11:00
11:00:02 · JST
JST year-round
Yokohama
11:00
11:00:02 · JST
JST year-round
Shizuoka
11:00
11:00:02 · JST
JST year-round
Osaka
11:00
11:00:02 · JST
JST year-round
Nagoya
11:00
11:00:02 · JST
JST year-round
Niigata
11:00
11:00:02 · JST
JST year-round
Sapporo
11:00
11:00:02 · JST
JST year-round
Fukuoka
11:00
11:00:02 · JST
JST year-round
Kagoshima
11:00
11:00:02 · JST
JST year-round
Kawasaki
11:00
11:00:02 · JST
JST year-round
Kobe
11:00
11:00:02 · JST
JST year-round
Kyoto
11:00
11:00:02 · JST
JST year-round
Saitama
11:00
11:00:02 · JST
JST year-round
Hiroshima
11:00
11:00:02 · JST
JST year-round
Sendai
11:00
11:00:02 · JST
JST year-round
Setagaya
11:00
11:00:02 · JST
JST year-round
Kitakyushu
11:00
11:00:02 · JST
JST year-round
Sakai
11:00
11:00:02 · JST
JST year-round
Hamamatsu
11:00
11:00:02 · JST
JST year-round
Kumamoto
11:00
11:00:02 · JST
JST year-round
Ōta
11:00
11:00:02 · JST
JST year-round
Sagamihara
11:00
11:00:02 · JST
JST year-round
Aihara
11:00
11:00:02 · JST
JST year-round
Okayama
11:00
11:00:02 · JST
JST year-round
Edogawe
11:00
11:00:02 · JST
JST year-round
Adachi
11:00
11:00:02 · JST
JST year-round
Honchō
11:00
11:00:02 · JST
JST year-round
Kawaguchi
11:00
11:00:02 · JST
JST year-round
Suginami
11:00
11:00:02 · JST
JST year-round
Itabashi
11:00
11:00:02 · JST
JST year-round
Hachiōji
11:00
11:00:02 · JST
JST year-round
Kotō
11:00
11:00:02 · JST
JST year-round
Himeji
11:00
11:00:02 · JST
JST year-round
Utsunomiya
11:00
11:00:02 · JST
JST year-round
Matsuyama
11:00
11:00:02 · JST
JST year-round

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.

Convert

JST to the world's clocks.

Open the converter →

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

Does Japan observe daylight saving time?
No. Japan does not observe daylight saving time, so the offset remains UTC+09:00 throughout the year.
How does JST schedule meetings with Sydney (UTC+10 or +11)?
When Sydney is on standard time (UTC+10), it is 1 hour ahead of JST (UTC+09:00); during Sydney’s daylight saving (UTC+11), that gap widens to 2 hours.
What makes Japan’s timekeeping unique?
Japan abandoned daylight saving shortly after World War II and has kept a single, unchanging time zone (UTC+09:00) from 1951 onward, simplifying cross‑border business with neighboring Asian economies.
Is JST always exactly 9 hours ahead of UTC?
Since the last adjustment in September 1951, Japan Standard Time has been fixed at UTC+09:00 and has not changed by a single hour.
Can JST simplify global team coordination?
Because Japan Standard Time never shifts, teams can reuse the same UTC conversion offsets in software calendars and worldwide schedules without worrying about seasonal time changes.

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