X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;ds=inline;f=xlog%2Fbin%2Freport;h=aef8458c91932a5d164a0d25ca146a7823fa989d;hb=18a2942afeea142e0881ed079660330d4da3c9e2;hp=d25071787b7f4be2d53ff78865d6518fb05e5973;hpb=1e6dc8d0b0280d4efd3d9c5d4032fec159b89d52;p=modbot-mtm.git diff --git a/xlog/bin/report b/xlog/bin/report index d250717..aef8458 100755 --- a/xlog/bin/report +++ b/xlog/bin/report @@ -22,7 +22,8 @@ sub processlog ($$) { chomp; @s= split /\t/; push @s, '' if @s<=6; - $s[0]= strftime "%Y-%m-%d %H:%M:%S %Z", localtime $s[0]; + $s[0]= strftime "%Y-%m-%d %H:%M %Z", localtime $s[0]; + $s[0] =~ s/(\d+\:\d)\d/${1}x/; &$processline(); $oddeven =~ y/oe/eo/; }