secondssinceepoch
Seconds since epoch, often referred to as Unix time or epoch time, is a simple numeric representation of time as the number of seconds elapsed since a defined starting point called the epoch. On most Unix-like systems, the epoch is 00:00:00 UTC on 1 January 1970. A value of 0 corresponds to that moment, 1 is one second later, and so on. Some environments store sub-second precision by using fractional seconds or separate fields.
Representation and precision vary by platform and language. In many systems the core value is an integer
Usage is widespread in computing. Seconds since epoch serves as a timestamp for file metadata, logs, databases,
Limitations and caveats include leap seconds, which are not represented in the basic seconds-since-epoch count, possibly