Developer & Tech
Unix Timestamp & Date Converter
Convert between Unix timestamps (seconds or milliseconds) and human-readable date formats. Relative time updates live.
Current time
09:00:45
Wed Aug 19 2026
Unix (s) 1787110245
Unix (ms) 1787110245498
Enter seconds or milliseconds (auto-detected by length).
Notable timestamps
Converted formats
Enter a Unix timestamp on the left to see all date formats.
Reference
Notable Unix timestamps
| Event | Unix (seconds) | ISO 8601 (UTC) |
|---|---|---|
| Unix epoch (start) | 0 | 1970-01-01T00:00:00Z |
| Y2K (Year 2000) | 946684800 | 2000-01-01T00:00:00Z |
| Unix time 1 billion | 1000000000 | 2001-09-09T01:46:40Z |
| Unix time 1.5 billion | 1500000000 | 2017-07-14T02:40:00Z |
| Unix time 2 billion | 2000000000 | 2033-05-18T03:33:20Z |
| Y2K38 (32-bit overflow) | 2147483647 | 2038-01-19T03:14:07Z |
FAQ
Common questions
A Unix timestamp is the number of seconds (or milliseconds in many programming languages) that have elapsed since the Unix epoch — midnight UTC on January 1, 1970. It is the most portable way to represent a specific moment in time, because it is a single integer with no timezone or locale ambiguity.