Unix Timestamp Converter
Convert between Unix Epoch time and human-readable dates instantly.
Current Unix Timestamp
Loading...
Timestamp to Date
GMT:
Local:
Relative:
Date to Timestamp
How to Use
-
1
View the live Unix time and your local time at the top.
-
2
To decode, paste a timestamp into the left box to get human-readable dates.
-
3
To encode, select a date and time on the right to get the Unix equivalent.
-
4
The tool supports both seconds and milliseconds automatically.
📖 Want to learn more?
Read our in-depth guide: tips, best practices, FAQs, and real-world examples.
- Unix time is the number of seconds since January 1, 1970 (UTC).
- Javascript uses milliseconds (13 digits), while many backends use seconds (10 digits).
- Our converter handles both formats by detecting the number of digits.