X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=42fb646c8c8748d0eaf07b2f422928c12e77d942;hb=57b5e464bc44ae8eee23ab94c1f499f527595dc9;hp=fe2bf6366f246071e27da8a577b08b61b95bd21d;hpb=23d995215379c4786c2cb1d930a09c734c2472aa;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index fe2bf636..42fb646c 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -108,9 +108,7 @@ my $ref; my @dx; foreach $ref (@res) { @dx = @$ref; - my $t = ztime($dx[2]); - my $d = cldate($dx[2]); - push @out, sprintf "%9s %-12s %s %s %-28s <%s>", $dx[0], $dx[1], $d, $t, $dx[3], $dx[4]; + push @out, Spot::formatl(@dx); } return (1, @out);