Epoch Timestamp Converter
Convert between human-readable dates and Unix epoch timestamps effortlessly. Perfect for developers working with timestamps in their code.
Date to Timestamp
Timestamp to Date
Current Timestamp:
Loading...
Current Date:
Loading...
How to Use This Tool
1
Convert Date to Timestamp
Select a date and time using the date picker, then click "Convert to Timestamp" to get the Unix epoch timestamp in seconds.
2
Convert Timestamp to Date
Enter a Unix epoch timestamp (in seconds) in the input field, then click "Convert to Date" to get the human-readable date and time.
3
Copy Results
Click the copy button next to any result to copy it to your clipboard for easy use in your projects.
What is a Unix Timestamp?
A Unix timestamp (also known as Epoch time, POSIX time, or Unix time) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's widely used in computer systems and programming.