"Brian" == Brian Inglis <Brian.Inglis@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@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