Convert between Unix timestamps and human-readable dates with multiple formats and timezone support
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's widely used in computer systems to track time as a simple integer.