Common use cases
- Log analysis
- Turn raw event times into readable dates.
- API debugging
- Check timestamp fields in JSON payloads.
- Token inspection
- Convert JWT exp and iat claims.
Convert Unix timestamps to readable dates and dates back to Unix time.
Your tool
Use it well
FAQ
Unix time counts elapsed seconds from January 1, 1970 at 00:00:00 UTC.
Millisecond timestamps are usually 13 digits, while second timestamps are usually 10 digits.
The timestamp represents a fixed instant. Timezone changes only the human-readable display.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.