Captured Unix time 1111111111

Image

Well, it's like being there during 22/2/2222! Just for a rough comparison to Gagan, whom I found very difficult to persuade as to what's so special about this.

Unix time Unix time is a date and time representation widely used in computing. It measures time by the number of non-leap seconds that have elapsed since 00:00:00 UTC on 1 January 1970, the Unix epoch. For example, at midnight on 1 January 2010, Unix time was 1262304000. 2222222222 will be on Sat, 02 Jun 2040 03:57:02 GMT.


perl -e 'print scalar gmtime(1111111111), "\n"'

Anonymous