network requests sent: 0
Timestamp Converter
Convert a Unix timestamp to a readable date, or a date to a Unix timestamp — both directions
update live as you type, computed by your browser's own clock and Date
engine.
Batch mode
Why convert timestamps in the browser?
A Unix timestamp on its own is rarely sensitive, but it's almost always sitting right next
to something that is — a log line, a database row, a session record. This tool uses your
browser's built-in Date object for every
conversion, so whatever you paste alongside the timestamp never has a reason to leave the
page either.
Seconds vs. milliseconds is detected automatically from the number of digits, and every result — ISO, UTC, local time, and relative time — is recomputed instantly as you type.