A Unix timestamp represents the number of seconds that have elapsed since January 1, 1970, at 00:00:00 UTC (the Unix Epoch).
Common formats:
Unix timestamps are widely used in programming and databases because they're timezone-independent and easy to perform calculations with.