Free Online Unix Timestamp Converter
Enter a Unix timestamp (seconds since January 1, 1970)
Select a timezone for conversion
Current Timestamp
Current Unix timestamp:
Current date (UTC):
Convert between Unix timestamps and human-readable dates. Supports timezone conversion and bidirectional conversion.
Preguntas Frecuentes
What is a Unix timestamp?
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. It's a standard way to represent time in computer systems and is commonly used in programming and databases.
How do I convert a Unix timestamp to a date?
Enter the Unix timestamp in the input field and click 'Convert to Date'. The tool will display the corresponding date and time in your selected timezone. You can also use the 'Use Current Time' button to see the current timestamp.
How do I convert a date to a Unix timestamp?
Select or enter a date and time using the date picker, choose your timezone, and click 'Convert to Timestamp'. The tool will display the Unix timestamp (in seconds) for that date and time.
What timezone does the Unix timestamp use?
Unix timestamps are always in UTC (Coordinated Universal Time). However, our converter allows you to view and input dates in any timezone. The conversion automatically handles timezone differences.
Can I convert timestamps in milliseconds?
Our tool works with Unix timestamps in seconds (the standard format). If you have a timestamp in milliseconds, divide it by 1000 before entering it, or the tool will automatically handle it if it's a reasonable value.
What is the range of valid Unix timestamps?
Unix timestamps can represent dates from January 1, 1970, to dates far in the future. However, JavaScript's Date object can handle timestamps from approximately -8,640,000,000,000,000 to 8,640,000,000,000,000 milliseconds, which covers a very wide range of dates.