// converters
Unix Timestamp Converter.
Convert between Unix epoch, ISO 8601, RFC 2822, and human-readable dates with timezone awareness.
Client-sideNo upload
Decoded
FAQ
What is a Unix timestamp?
It is the number of seconds (or milliseconds) that have elapsed since 00:00:00 UTC on 1 January 1970, the Unix epoch.
Is my timestamp sent to a server?
No. Decoding happens in your browser using the built-in Date object.
How do I get the current timestamp?
The page shows an "Now" button that fills the input with the current epoch in seconds.