Convert between Unix timestamps and human-readable dates. Support for multiple formats and time zones.
A Unix timestamp is the number of seconds (or milliseconds) that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch). It's a universal way to represent time in computer systems and is commonly used in programming, databases, and APIs.