Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates
How to Use Unix Timestamp Converter
- Enter a Unix timestamp to see the human-readable date
- Or enter a date to get the Unix timestamp
- The current timestamp is shown live at the top
Frequently Asked Questions
What is a Unix timestamp?
A Unix timestamp is the number of seconds since January 1, 1970 00:00:00 UTC (the Unix epoch). It's a universal way to represent time in programming, databases, and APIs โ for example, 1700000000 is November 14, 2023.
Does it support millisecond timestamps?
Yes. The tool auto-detects whether your input is in seconds or milliseconds. JavaScript, Java, and many APIs use millisecond timestamps (13 digits), while Unix/C use seconds (10 digits).
How do I get the current Unix timestamp?
The tool displays the current timestamp in real time at the top. You can copy it instantly for use in code, APIs, or database queries.
Can I convert a date to a Unix timestamp?
Yes. Enter any human-readable date and time, and the tool instantly converts it to both seconds and milliseconds Unix timestamp formats.