[tz] Unix time_t hits 1.5Gs early Friday UTC
Randal L. Schwartz
merlyn at stonehenge.com
Thu Jul 13 21:32:48 UTC 2017
>>>>> "Brian" == Brian Inglis <Brian.Inglis at SystematicSw.ab.ca> writes:
Brian> Unix time_t will hit 1 500 000 000 at 2017 Jul 14 Fri 02:40:00+0000
Brian> which is Thursday evening in North America:
Thank you for this! My tweet is getting a lot of traction:
perl -le 'print scalar localtime 15e8'
Thu Jul 13 19:40:00 2017
Of course, that will print the localtime in whatever timezone they are
in.
I followed it up with:
perl -le 'print scalar gmtime 15e8'
Fri Jul 14 02:40:00 2017
Just so that it was clear to everyone what was happening.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix consulting, Technical writing, Comedy, etc. etc.
Still trying to think of something clever for the fourth line of this .sig
More information about the tz
mailing list