Convert between Unix epoch timestamps and human-readable dates.
Current Unix Timestamp
A Unix timestamp is the number of seconds since January 1, 1970 00:00:00 UTC (the Unix epoch). It's widely used in programming, databases, and APIs for storing dates in a timezone-independent way.