Convert between Unix timestamps and human-readable dates — with live epoch time.
Enter a timestamp or date to see the conversion results.
A Unix timestamp is the number of seconds elapsed since January 1, 1970 (UTC), known as the Unix Epoch. It is widely used in programming and databases.
Unix timestamps are typically in seconds (10 digits). JavaScript uses milliseconds (13 digits). This tool auto-detects which format you enter.
On 32-bit systems, the maximum timestamp is 2,147,483,647 (January 19, 2038), known as the Year 2038 problem. 64-bit systems support dates far into the future.