Unix timestamp index

Checkout the following notable exampes:

See more here

What is the unix time stamp?

It's the number of seconds since the Unix Epoch. The Unix Epoch starts January 1st, 1970 at UTC, and skips leap seconds. The Unix Epoch is based on a UTC starting point, so does not change in different timezones. Read more on wikipedia.

What happens on January 19, 2038?

In early 2038 the Unix Time Stamp, if uses 32-bit signed integer, will overflow. This is really bad. Older systems will need to upgrade their timestamp storage to cope to avoid failure. Read more on wikipedia.


Go back to the index | See the code