=================================================================== RCS file: /cvs/openbsd/OpenBSDTorrents/MakeTorrents.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/05/06 21:07:22 1.16 +++ openbsd/OpenBSDTorrents/MakeTorrents.pl 2005/05/20 01:18:24 1.17 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -#$Id: MakeTorrents.pl,v 1.16 2005/05/06 20:07:22 andrew Exp $ +#$Id: MakeTorrents.pl,v 1.17 2005/05/20 00:18:24 andrew Exp $ use strict; use warnings; use diagnostics; @@ -129,7 +129,7 @@ # } #} $t->piece_length($piece_len); - $t->creation_date(time); + $t->creation_date(gmtime); print "Checksumming files. This may take a little while...\n"; $t->set_files(@$files);