How to use Unix Timestamp Converter — Epoch to Date & Back, Free
- 1Paste a Unix timestamp in seconds, milliseconds or microseconds — the unit is detected automatically.
- 2Read the date in your local time, UTC and ISO 8601 form.
- 3Or pick a date and time on the right to get the timestamp back.
About Timestamp Converter
Unix time is the lingua franca of computer timekeeping: one number, counted in seconds from a fixed moment in 1970, with no timezone or calendar to argue about. Databases, log files, APIs and JWTs all use it, and it needs translating every time a human has to read it.
The most frequent source of confusion is the unit. JavaScript works in milliseconds, most other languages and Unix tools work in seconds, and mixing them gives you either 1970 or a date fifty thousand years from now. This converter detects the unit from the number of digits, so a pasted value resolves correctly whichever system it came from.
Results are shown in your local timezone, in UTC and in ISO 8601 at once. When comparing a timestamp with someone else, quote the UTC or ISO line — the local one depends on where each of you is sitting.