Asia · Japan
Current time in Tokyo
Japan Standard Time.
JST · UTC+09:00IANA: Asia/TokyoPop. 139,292,86235.69° N · 139.69° E
Current time☀ Daylight
12:26:21
Sunday, May 31, 2026
Sunrise
04:27
Solar noon
11:38
Sunset
18:50
Daylight saving
Not observed
This zone has no seasonal clock change.
About Tokyo time
Tokyo keeps one clock.
Tokyo’s business world sticks to a steady nine-to-five within Japan Standard Time, with lunch-hour runs and after-work socialising shaping the rhythm of coordination across remote teams.
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 adjust clocks for daylight saving?
- No. Tokyo runs on Japan Standard Time year-round (UTC+9:00), so you never need to rethink meeting invites when other zones spring forward or fall back.
- What’s the earliest sunrise team window in Tokyo?
- Because Tokyo doesn’t shift clocks, civil-society work windows start in September–October still at 6:15 a.m., letting teams catch East Coast US colleagues by early evening Tokyo time.
- How does Tokyo’s industry tempo reflect steady daylight?
- Japan Standard Time aligns Tokyo’s sunrise around 6:30 a.m. and sunset around 6:30 p.m. for most of the year, giving predictable workday hours from 8 a.m. to 6 p.m.
- Why is Tokyo’s timezone useful for Asia-Pacific coordination?
- Tokyo’s UTC+9:00 is three hours behind Singapore and four behind Perth, offering live overlap with China, South Korea, and much of Southeast Asia for morning meetings in between.
- Do Tokyo’s financial markets handle multiple time zones?
- Yes. The Japan Exchange Group opens at 9:00 a.m. JST and closes at 3:00 p.m., giving Shanghai and Hong Kong overlap in the morning and US markets in the afternoon.
- How does Tokyo’s rail schedule reflect reliable timekeeping?
- Shikansen and suburban rail systems pride themselves on fraction-of-a-minute punctuality; workplace lunches and commutes align precisely with the clock-driven culture.
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
}
}
]
}