Convert between Unix timestamp and human-readable date/time
Convert Unix timestamps (seconds since January 1, 1970) to readable dates and vice versa.
Unix time is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC.
Used in programming, databases, and APIs for storing and comparing dates.
32-bit systems will overflow on January 19, 2038 at 03:14:07 UTC.
Loading...