Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds and milliseconds. Shows local time and UTC.
Current timestamp
Seconds (Unix)
Milliseconds
Updated in real time
Timestamp → Date
Date → Timestamp
What is a Unix timestamp?
The Unix timestamp, also called the Epoch, counts how many seconds have gone by since January 1, 1970, at 00:00:00 UTC. It's the universal way of marking moments in time across computer systems.
When the timestamp comes in milliseconds, you'll usually see it in JavaScript (Date.now()) and in modern databases. In seconds, it's the everyday form in Unix/Linux systems, REST APIs and legacy databases.
Convert Unix timestamps into dates
The Unix timestamp is that big number counting the seconds since 1970, and it's how systems usually store dates under the hood. To us, of course, it says absolutely nothing. This tool turns the timestamp into a readable date and goes the other way too.
It understands both seconds and milliseconds (the format JavaScript uses) and shows the resulting date clearly. For anyone coding who needs to debug a date field in a database, a log or an API response, it's a real help to translate that raw number into a date and time you can actually read.
Paste the timestamp or pick a date and see the equivalent both ways. Everything is processed in the browser, with nothing sent anywhere.
Read more on this
Related Tools
Date Format Converter
Convert dates between the most common formats: dd/mm/yyyy, yyyy-mm-dd, mm/dd/yyyy, ISO 8601 and Unix timestamp.
Number Base Converter
Convert numbers between binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). Instant bidirectional conversion.
Base32 Encoder / Decoder
Encode text to Base32 or decode Base32 strings back to the original.
Base58 Encoder / Decoder
Encode text to Base58 or decode Base58 strings back to the original. Used in cryptocurrencies like Bitcoin.
AsciiDoc → HTML (basic)
Render simple AsciiDoc to HTML: headings = == ===, paragraphs, lists, emphasis. Does not cover advanced extensions like includes.
Text ↔ Decimal Converter
Convert ASCII text to decimal codes and vice versa. Each character is represented by its decimal value in the ASCII table.