Convert Unix timestamps to human-readable dates and back. Shows UTC and local time in multiple formats.
A Unix timestamp (or POSIX time) is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970 (the Unix epoch). It is widely used in databases, APIs, log files, and programming because it is timezone-independent and easy to calculate time differences with. Millisecond timestamps multiply this value by 1000.