Timestamp Converter
Convert Unix timestamps to readable dates — and dates back to timestamps. Live current timestamp shown.
About the Timestamp Converter
Unix timestamps appear everywhere in software: API responses, database records, log files, and JWT tokens. This converter lets you instantly translate between a Unix timestamp and a human-readable date/time, and vice versa.
Seconds vs milliseconds
Most systems use seconds (10 digits), but JavaScript and many modern APIs use milliseconds (13 digits). Select the correct unit before converting.
Relative time
The converter also shows how long ago (or in the future) the timestamp is — useful when reading log files or API responses.