=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/CurrentTorrents.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/03/28 22:52:01 1.7 +++ openbsd/OpenBSDTorrents/CurrentTorrents.pl 2005/03/31 01:14:58 1.8 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: CurrentTorrents.pl,v 1.7 2005/03/28 22:52:01 andrew Exp $ +#$Id: CurrentTorrents.pl,v 1.8 2005/03/31 01:14:58 andrew Exp $ use strict; use warnings; use diagnostics; @@ -28,6 +28,7 @@ my ($name, $year, $mon, $mday, $hour, $min) = /^(.*)-(\d{4})-(\d{2})-(\d{2})-(\d{2})(\d{2})/; + $mon--; my $epoch = timegm(0,$min,$hour,$mday,$mon,$year); #print "Adding $_\n";