Timestamp Converter
Convert Unix timestamps to human-readable dates and convert dates back to Unix timestamps. Includes live current timestamp.
Unix Timestamp → Human Date
Date → Unix Timestamp
How to Use Timestamp Converter
- 1
Copy the current Unix timestamp from the live counter at the top.
- 2
To convert a timestamp to a date: paste it in the top section and choose seconds or milliseconds.
- 3
To convert a date to a timestamp: use the date-time picker in the bottom section.
- 4
Results update automatically as you type.
Frequently Asked Questions
What is a Unix timestamp?
A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970, 00:00:00 UTC. It is a universal way to represent a moment in time, used widely in databases, APIs, and logs.
How do I convert a Unix timestamp to a readable date?
Enter the timestamp in the "Unix Timestamp → Human Date" section, select Seconds or Milliseconds, and the UTC date, local date, and ISO 8601 format are shown instantly.
How do I get the current Unix timestamp?
The Current Unix Timestamp at the top of the page updates every second and shows the current time in Unix seconds. Click Copy to grab it.