tidy up Route, add argument to sh/ver
[spider.git] / perl / DXUtil.pm
index 8bb9b956c59d306b8aab36b6cab0807bca10c5bd..551a61921213ec00b90ab8a29738929bb0d647ce 100644 (file)
@@ -182,7 +182,7 @@ sub ptimelist
        my $ref = shift;
        my $out;
        for (sort keys %$ref) {
-               $out .= "$_=$ref->{$_}, ";
+               $out .= "$_=" . atime($ref->{$_}) . ", ";
        }
        chop $out;
        chop $out;