You Might Also Like
Was this tool helpful?
Was this tool helpful?
Developer Converter
Convert Unix timestamps to human-readable dates and back — with ISO, UTC, local, and relative formats, all copy-able.
Current Unix Timestamp
Enter a Unix timestamp
Results appear instantly in ISO 8601, UTC, your selected timezone, and a human-friendly relative format.
A Unix timestamp is the number of seconds elapsed since January 1, 1970, 00:00:00 UTC (the "Unix Epoch"). It is widely used in computing and programming for storing and comparing dates and times.
JavaScript and most modern systems use millisecond precision (the value × 1000). The timestamp is always in UTC, making it timezone-independent.