Timestamp Converter
epoch ⇄ dateTurn a Unix timestamp into a date and back, in seconds or milliseconds.
accepts a unix timestamp in seconds, milliseconds, microseconds, or nanoseconds — or any date your browser can parse
right now
About Timestamp Converter
Paste a Unix timestamp and read it back as a date, or paste a date and read it back as a timestamp. The unit is worked out from the size of the number — ten digits is seconds, thirteen is milliseconds, and microseconds and nanoseconds are recognised too — so there is no dropdown to get wrong.
One instant is shown every way you might need to quote it: ISO 8601 in UTC, the RFC-style UTC string, your own local time with its timezone, seconds, milliseconds, the day of the week, and how long ago or ahead it is in plain words. That last one is what usually settles the question of whether a log line is from this deployment or the last one.
The strip at the bottom shows the current time, ticking, in every format at once — handy when you need a timestamp for a fixture or a database query right now. All of it is computed by your browser from your own system clock.
Common questions
This page does the work itself, in this tab. Nothing you paste is sent to a server. Close the tab and no copy remains.