What is Unix Timestamp?
Unix timestamp (also known as Unix time or epoch time) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds.
Common Timestamp Formats
Seconds (10 digits): 1710000000 - Used in most programming languages
Milliseconds (13 digits): 1710000000000 - Used in JavaScript and some APIs