What Unix time is
Unix time counts the seconds elapsed since 1 January 1970 at 00:00:00 UTC, an instant known as the epoch. One integer, no calendar rules, no locale, no timezone: that is why almost every log file, database and API uses it internally and only converts to a readable date at the edge.




