Index: /0.8.5/pb/bin/pb
===================================================================
--- /0.8.5/pb/bin/pb	(revision 223)
+++ /0.8.5/pb/bin/pb	(revision 224)
@@ -673,6 +673,7 @@
 	print SCRIPT "mv .pbrc \$HOME\n";
 	print SCRIPT "cd ..\n";
-	# Force new date to be i nthe future compared to the date of the tar file
+	# Force new date to be in the future compared to the date of the tar file by removing 1 minute
 	my @date=(localtime->sec(), localtime->min(), localtime->hour(), localtime->mday(), localtime->mon(), localtime->year(), localtime->wday(), localtime->yday(), localtime->isdst());
+	$date[1]--;
 	my $upddate = strftime("%m%d%H%M%Y", @date);
 	print SCRIPT "echo Setting up date on $vmntp...\n";
