Convert between Unix timestamps and human-readable dates
Enter a timestamp or date to see the conversion
Unix time is the number of seconds since January 1, 1970, 00:00:00 UTC. It's widely used in programming and computer systems.
32-bit Unix timestamps will overflow on January 19, 2038, at 03:14:07 UTC. Modern systems use 64-bit timestamps to avoid this issue.