Convert between Unix timestamps and human-readable dates
Unix epoch time is the number of seconds (or milliseconds) that have elapsed since January 1, 1970 00:00:00 UTC. It's commonly used in programming and databases.
Most Unix systems use seconds since epoch, while JavaScript and some other languages use milliseconds. Toggle the switch to convert between both formats.