- or download this
Uncaught exception from user code: Day '0' out of range 1..31
Line 405 in the program points to "return timelocal(0, 0, 0, @dmy) / (
+24 * 60 * 60);
- or download this
$time = timelocal($sec,$min,$hour,$mday,$mon,$year);
- or download this
use Data::Dumper;
print Dumper \@dmy;
return timelocal(0, 0, 0, @dmy) / (24 * 60 * 60);