a mostly working send message implementation
[spider.git] / cmd / show / dx.pl
index fe2bf6366f246071e27da8a577b08b61b95bd21d..42fb646c8c8748d0eaf07b2f422928c12e77d942 100644 (file)
@@ -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);