remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / time.pl
index 2054754bc4a874202ab9a63e22a1f18dab920405..986320e5108f83fccfa4b650960243849623860a 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1999 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 my ($self, $line) = @_;
@@ -13,6 +13,9 @@ my @list = split /\s+/, $line;
 my $l;
 my @out;
 my $t = $main::systime;
+if ($list[0] =~ /^\d+$/) {
+       $t = shift @list;
+}
 
 push @out, $self->msg("time1", cldate($t, 1), ztime($t, 1), ztime($t));