🕐
Timestamp Converter
Unix ↔ human readable date
About Timestamp Converter
A Unix timestamp is a number — seconds since January 1, 1970 UTC. Databases, APIs, and log files are full of them, and none of them are readable without a converter.
Paste a timestamp (seconds or milliseconds, both detected automatically) and see the date in ISO 8601, UTC, and your local timezone, plus a "time ago" relative label. Enter a date in the other direction to get its timestamp.
The live clock shows the current Unix timestamp updating every second — useful when you need to grab the current epoch for a script or query.
Common Use Cases
- →Converting timestamps in API responses and database records to readable dates
- →Debugging time-related bugs when values are clearly in the wrong range
- →Getting the current Unix timestamp for scripts and queries
- →Converting a specific date to its Unix timestamp for database inserts