in reply to timelocal error when executed twice.
I cannot reproduce using this code:
print timelocal(59, 59, 23, 2, 8, 109)What version of Perl are you using? Time::Local? Do this and tell us what you see:
$ perl -v $ perl -MTime::Local -le 'print $Time::Local::VERSION'
|
|---|