When to use this tool
- Debug API payloads and database rows.
- Convert production log times into human-readable dates.
- Check whether a timestamp is stored in seconds, milliseconds, or microseconds.
Paste epoch seconds, milliseconds, or microseconds and get local, UTC, ISO, RFC, and relative formats instantly.
A Unix timestamp is a numeric count of time since 1970-01-01T00:00:00Z. TimeKit converts timestamp values without sending them to a server.
The value 1719504000 represents 2024-06-27T16:00:00Z when interpreted as Unix seconds.
Unix epoch time counts elapsed seconds since 1970-01-01T00:00:00Z in typical Unix systems.
Current Unix seconds are usually 10 digits, while current Unix milliseconds are usually 13 digits.
No. Timestamp conversion runs locally in the browser.