How to use this tool
- Enter unix timestamp, timestamp unit.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Convert seconds to milliseconds if needed, then format the date in ISO 8601 UTC.
Timestamp 0 corresponds to 1970-01-01T00:00:00.000Z.
What to keep in mind
Unix time does not encode a time zone and does not count leap seconds. Values outside the JavaScript date range are rejected.
Common questions
How does this tool handle my input?
Processing happens in your browser. Your pasted content is not uploaded, included in URLs or stored as a calculation history.
What input should I use?
Unix timestamp: use the example already shown, then replace it with your own content. Unix time does not encode a time zone and does not count leap seconds. Values outside the JavaScript date range are rejected.
Methodology maintained by ClarityKit. How these tools are built and checked.