Asia · Japan

Current time in Tokyo

Japan Standard Time.

JST · UTC+09:00IANA: Asia/Tokyo35.69° N · 139.69° E
Current time☾ Night
04:58:36

Saturday, June 6, 2026

04:2511:3918:53
Sunrise
04:25
Solar noon
11:39
Sunset
18:53

Offset right now

UTC+09:00

Japan Standard Time · JST

Daylight saving

Not observed

This zone has no seasonal clock change.

About Tokyo time

Tokyo keeps one clock.

Tokyo keeps a steady, fixed rhythm all year at UTC+9, so meetings stay predictable with no daylight-saving surprises—this narrow, densely packed megacity on Japan’s Pacific coast pulses with early-morning commuter trains, long office evenings, and late-night ramen crowds, making it a non-stop timezone hub for Asia’s business market.

Frequently asked questions

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

Does Tokyo ever change its clocks for daylight saving?
No—Japan hasn’t used daylight-saving time since 1951, so Tokyo’s UTC+9 offset is the same in every season.
How does Tokyo’s single time zone work across all of Japan?
Japan spans roughly 30 degrees east–west in longitude but runs exclusively on Asia/Tokyo, so the sun can rise almost an hour earlier on one side of the country than the other.
Why is JST important for Asia–Pacific business?
Tokyo is the world’s largest metropolitan economy by GDP; many regional deals, forex trades, and tech launches are timed to its market hours, setting the pace for the broader UTC+8 to UTC+10 corridor.
What’s a good overlap window between London (GMT) and Tokyo (JST)?
The best shared working hours are roughly 08:00–09:00 London time (17:00–18:00 Tokyo time), giving just one solid hour before the UK heads home for the evening.
When does the sun rise and set in Tokyo during summer?
Around the summer solstice, sunrise is as early as 04:25 and sunset near 19:00, giving office workers almost 15 hours of daylight without any clock change.
When does the sun rise and set in Tokyo during winter?
In late December, sunrise shifts to about 06:50 and the sun sets around 16:30, shaving the day to just under 10 hours of daylight, yet work hours stay the same.
Is there daylight-saving pressure in Japan?
Politicians occasionally debate adopting daylight saving to cut energy use or boost tourism, but public resistance and strong business status-quo bias have kept clocks unchanged for decades.
How does Tokyo’s year-round JST help remote teams?
With zero offset shifts to track, you can set recurring meetings once and forget them—ideal for global sprints, stand-ups, and release schedules that involve Japanese partners.

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