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