[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     [nocol-users] Y2K bug fix for genweb.pl (4.2.1) Solaris

Greetings,

Probably old news, but I found a minor Y2K bug in genweb.pl:

   $today = "$z1[$mon]/$z1[$mday]/19$year  $hour:$z1[$min]";

OK? to change it to:

   $y2k = 1900 + $year;
   $today = "$z1[$mon]/$z1[$mday]/$y2k  $hour:$z1[$min]";

Comments?

-- 
Jim Rice                    o~        wrk:    (949) 581-1700 
Techfuel, Inc.            +-/-'       fax:    (949) 581-1799
19 Hammond, Suite 509      <<         pgr:    (949) 451-7548
Irvine, CA 92618          <"===>      net:  jim@techfuel.com