Convert Unix Timestamps and Dates in Your Browser
A Unix timestamp (epoch time) is the number of seconds since January 1, 1970 UTC. Our free Unix Timestamp Converter runs in your browser: paste a timestamp to get a human-readable date, or pick a date to get the epoch value. Supports both seconds and milliseconds; all conversion is client-side.
Seconds vs milliseconds
Many APIs and databases use seconds; JavaScript and some APIs use milliseconds (13 digits). Our tool auto-detects the format and shows the result in local time, UTC, and ISO 8601. You can also convert from date to timestamp in either unit.
Use cases
Handy for debugging API responses, log files, JWT exp/iat claims, and any place timestamps are stored as numbers. No data is sent to a server—everything runs locally in your browser.