I have been running the Links 2.0 for some time and tried to do a build today and got the following error:
Error Message : fatal error: invalid date format: 0-Jan-1900 - parsed as (day: 0, month: 0, year: 0). Reason: Day '0' out of range 1..31 at links.cfg line 163
That line is as follows in my links.cfg file:
$time = &Time::Local::timelocal(0,0,0, $day, $months{$mon}, $year);
I am not aware of any changes to the server. Any help is appreciated!
Error Message : fatal error: invalid date format: 0-Jan-1900 - parsed as (day: 0, month: 0, year: 0). Reason: Day '0' out of range 1..31 at links.cfg line 163
That line is as follows in my links.cfg file:
$time = &Time::Local::timelocal(0,0,0, $day, $months{$mon}, $year);
I am not aware of any changes to the server. Any help is appreciated!

