Timestamp Converter
Convert Unix timestamps to readable dates and vice versa.
Current Unix Timestamp
Live — updates every second.
Seconds
…Milliseconds
…Timestamp to Date Converter
Enter a Unix timestamp (in seconds or milliseconds) to convert it to a readable date (UTC).
Date → Timestamp
Pick a date and time to get its Unix timestamp.
How to Use the Converter
- Enter the Timestamp: Type or paste the Unix timestamp into the input field. The tool automatically detects if the value is in seconds (10 digits) or milliseconds (13 digits).
- Convert: Click the "Convert to Date" button.
- See the Result: The corresponding date and time, in the UTC (Coordinated Universal Time) timezone, will appear in the result field.
Frequently Asked Questions (FAQ)
What is a Unix Timestamp?
A Unix Timestamp (or "Epoch time") is the number of seconds that have passed since the "Unix Epoch", which is 00:00:00 UTC on January 1, 1970.
Seconds or Milliseconds?
Traditionally, the Unix timestamp is in seconds. Modern systems (like JavaScript) work with milliseconds. The tool automatically detects both.