Convert between Unix timestamps and human-readable dates. Supports both seconds and milliseconds formats with timezone conversion.
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC (the Unix epoch). It's a standard way to represent dates and times in computing systems.