Epoch Time

From Omnia
Jump to navigation Jump to search

"Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970, not counting leap seconds. It is used widely in Unix-like and many other operating systems and file formats. Because it does not handle leap seconds, it is neither a linear representation of time nor a true representation of UTC. Unix time may be checked on most Unix systems by typing date +%s on the command line." [1]

Example: 1440999387 (ISO 8601:2015-08-31T05:36:27Z)

Unix time - Wikipedia - https://en.wikipedia.org/wiki/Unix_time

See also: