Unix Timestamp Converter
Convert Unix timestamps to dates instantly. What date is 1704067200? January 1, 2024. Free epoch to date converter - paste any timestamp and see the result.
Unix Timestamp → Date
Date → Unix Timestamp
How to Use Unix Timestamp Converter
- Enter a Unix timestamp to convert to a readable date
- Or enter a date to get its Unix timestamp
- Toggle between seconds and milliseconds precision
- Results show in both local time and UTC
About Unix Timestamp Converter
Convert Unix timestamps (seconds since January 1, 1970) to human-readable dates and vice versa. Essential for developers working with APIs, databases, or log files that use epoch time. Supports both seconds and milliseconds. Try common examples like 1704067200 (January 1, 2024) or 0 (Unix epoch).
Frequently Asked Questions
What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC), also known as the Unix epoch.
What date is Unix timestamp 1704067200?
Unix timestamp 1704067200 converts to Monday, January 1, 2024, 00:00:00 UTC. This timestamp is commonly used as a test date or reference point in development since it represents the start of 2024.
What's the difference between seconds and milliseconds?
Some systems use seconds (10 digits like 1704067200), others use milliseconds (13 digits like 1704067200000). JavaScript typically uses milliseconds.
Why does my timestamp show the wrong time?
Make sure you're using the correct precision (seconds vs milliseconds) and check if you need local time or UTC.
What's the maximum timestamp supported?
The tool supports dates from 1970 to 2038 for 32-bit timestamps, and much further for 64-bit. Most modern systems use 64-bit.
How do I convert epoch time to a date online?
Paste your epoch timestamp (like 1704067200) into the input field above and the human-readable date appears instantly. Works for both seconds (10 digits) and milliseconds (13 digits) timestamps.
What is Unix timestamp 1704067200000 in milliseconds?
Unix timestamp 1704067200000 (milliseconds) is the same as 1704067200 (seconds), which converts to January 1, 2024, 00:00:00 UTC. JavaScript and Java typically use millisecond timestamps.
How do I convert a date to a Unix timestamp?
Enter a date in the date input field above and the Unix timestamp will be calculated automatically. You can choose between seconds and milliseconds output format.