An error occurred:
Month '-1' out of range 0..11 at plugins/LastModified.pl line 51
Here is the relevant code from LastModified.pl:
CODE
45 sub ts_to_local {
46 my ($ts) = @_;
47 require Time::Local;
48 import Time::Local qw(timelocal);
49 my ($y, $m, $d, $h, $min, $s) = unpack('A4A2A2A2A2A2', $ts);
50 $m--;
51 return timelocal($s, $min, $h, $d, $m, $y);
52 }
53
54 1;
BTW, the same error appears when rebuilding files after deleting spam comments.
Help is needed to solve this issue so that I can migrate this blog to MT4
