Unix Timestamp Converter
Fast & Browser-Based
Convert Unix timestamps to human-readable dates.
Epoch to Human Date
2/16/2026, 4:19:25 PM (Mon, 16 Feb 2026 16:19:25 GMT)
Human Date to Epoch
...
Unix Timestamp Converter
Computers track time as the number of seconds that have passed since January 1, 1970 (The Epoch). This is called a 'Unix Timestamp' (e.g., 1672531200).
While efficient for computers, it is unreadable for humans. This tool converts these raw numbers into human-readable dates (GMT and Local Time) and vice-versa. It supports both Seconds (10-digit) and Milliseconds (13-digit) formats often used in JavaScript and Java.
Usage
- 1
Enter a timestamp to see the date.
- 2
OR enter a date to get the timestamp.
- 3
Copy the result.