UNIX time (Unix timestamp) counts seconds elapsed since 1970-01-01 00:00:00 UTC.

It is simple, sortable, and everywhere in software/logging pipelines, which is why it never dies.

The name traces back to Unix systems and the broader Linux / POSIX ecosystem.

See also