Unix Timestamp Converter
Convert between timestamps and dates
Current Unix Timestamp
Loading...
Timestamp → Date
Date → Timestamp
What is Unix Timestamp?
Unix timestamp (or Epoch time) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT).
It's widely used in programming for storing and comparing dates because it's timezone-independent and easy to calculate with.
Common Timestamps
0: January 1, 1970 00:00:00 UTC (Unix Epoch)
1000000000: September 9, 2001
2147483647: January 19, 2038 (32-bit overflow)