Unix timestamp converter
Convert epoch time to a readable date and back — seconds or milliseconds, with the live current timestamp.
Timestamp → Date
Date → Timestamp
Convert a timestamp in 3 simple steps
Paste an epoch value
Drop in a 10-digit (seconds) or 13-digit (milliseconds) number — the tool detects which.
Read the date
See the moment in your local time, UTC and ISO 8601 format at once.
Or go the other way
Use the Date → Timestamp picker to turn any date into its Unix value in seconds or ms.
Why use this timestamp converter
Seconds & milliseconds
Auto-detects 10-digit and 13-digit values, so both Unix and JavaScript timestamps just work.
Local, UTC & ISO
Shows every moment in your local zone, UTC and ISO 8601 so nothing is ambiguous.
Live current time
The current timestamp updates every second from your device clock for quick tests.
Both directions
Convert epoch → date to read logs, or date → epoch to build expiry and scheduling values.
100% in-browser
All conversion is computed locally on your device — nothing is uploaded.
Free & unlimited
No sign-up, no limits — works offline once the page has loaded.
Epoch time, made readable
Logs, databases and APIs store time as a Unix timestamp — the number of seconds since 1 January 1970 UTC. This converter turns that number into a human date in your local time, UTC and ISO 8601 format, and goes the other way too: pick any date and get its epoch value in both seconds and milliseconds.
The current timestamp at the top updates live from your device clock. Everything is computed in your browser, so nothing is uploaded.
How to convert a timestamp
To read an epoch value, paste your 10-digit (seconds) or 13-digit (milliseconds) number and the local, UTC and ISO 8601 dates appear at once. To go the other way, use the Date → Timestamppicker, choose a date and time, and copy the resulting Unix value in seconds or milliseconds. The live current timestamp is always one click away when you just need "now" for a quick test.
Common uses for epoch time
Reading server logs, debugging API responses, setting token expiry (exp) claims, scheduling jobs and comparing event times all involve Unix timestamps. If you are working with API payloads or encoded values too, the JSON formatter and URL encoder sit alongside this on the developer tools page.