Epoch to JST (Japan Standard Time)

Convert a Unix epoch timestamp to Japan Standard Time (JST, UTC+09:00) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

JST is a fixed UTC+9 with no daylight saving, so an epoch converts to Japan local time by adding nine hours to its UTC instant. TryDevSnip previews the JST date for any epoch, in your browser.

Japan uses one fixed zone, JST (UTC+9), all year — no DST switches to worry about.

Open Timestamp Converter (JST)Unix timestamp to date

Worked example

Epoch 1768478400 is the same instant everywhere — only the wall-clock reading changes:

Seconds since epoch1768478400
Milliseconds1768478400000
UTC (ISO 8601)2026-01-15T12:00:00Z
JST (Asia/Tokyo)15 Jan 2026, 21:00:00 GMT+9

Nominal offset for this zone: UTC+09:00.

Where epoch conversions go wrong

Other zones: UTC · IST · PST · EST · CST · GMT/BST · CET · AEST · KST

Frequently asked questions

How do I convert a Unix timestamp to JST?

JST is a fixed UTC+9 with no daylight saving, so an epoch converts to Japan local time by adding nine hours to its UTC instant. TryDevSnip previews the JST date for any epoch, in your browser.

What is the JST offset from UTC?

Japan Standard Time (JST) is UTC+09:00. TryDevSnip applies it — including daylight saving where it applies — using your browser’s timezone engine.

Does this call a server or time API?

No. TryDevSnip converts locally with dayjs and your browser clock. Epochs are not uploaded to our servers for processing.

TryDevSnip