About Unix Timestamp

Formula: timestamp = seconds since 1970-01-01 00:00:00 UTC

Unix time (also called Epoch time or POSIX time) counts the number of seconds elapsed since January 1, 1970 at midnight UTC — known as the Unix Epoch. It's used universally in programming, databases, and APIs because it's timezone-independent and easy to compare. JavaScript uses milliseconds instead of seconds.