What is a Unix timestamp?
A Unix timestamp (also called epoch time) counts the exact number of seconds or milliseconds that have elapsed since 1 January 1970 00:00:00 UTC. Because it is timezone-agnostic and purely numeric, it is ideal for syncing data across systems and programming languages.