Unixtimestamp
A Unix timestamp, also called POSIX time, is a way to represent a specific moment in time as the number of seconds that have elapsed since the Unix epoch: 00:00:00 UTC on 1 January 1970. It does not count leap seconds. The timestamp is typically used in computing to encode instants in a machine-friendly form that is independent of time zones.
In its most common form it is a signed or unsigned integer representing whole seconds since the
Usage: Unix timestamps are widely used in databases, logs, and APIs to carry timestamps; they can be