What a Unix Timestamp Represents
A Unix timestamp, also called Epoch time or POSIX time, counts the total number of seconds that have elapsed since 1 January 1970 00:00:00 UTC, excluding leap seconds. Because it is a single number tied to UTC rather than any local clock, it gives every server, database, and API a shared, timezone-independent reference point for the same instant in time.