Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa.
Current Unix Timestamp
1 Timestamp → Date
2 Date → Timestamp
Unix Timestamp
Quick Reference
1 Hour
3,600
1 Day
86,400
1 Week
604,800
1 Year
31,536,000
About the Unix Timestamp Converter
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since 1 January 1970 UTC. Databases and APIs store dates this way because it's compact and timezone-independent.
This converter translates timestamps into readable dates and vice versa, with support for seconds and milliseconds plus a live epoch clock.
How to use the Unix Timestamp Converter
-
1
Enter a timestamp or date
Type a Unix timestamp to convert to a date, or pick a date to convert to a timestamp.
-
2
See the conversion
The result updates instantly, including relative time (e.g. "3 hours ago").
-
3
Copy the value
Copy the timestamp or formatted date into your code.