From 4cf831dc62098255c3b5a71e8943a97c9d4f669e Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Wed, 12 Sep 2012 22:51:28 +0200 Subject: [PATCH] Force date/time used in the report generation date to used 24h notation. Thanks to Klaus Tachtler for the report --- SquidAnalyzer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SquidAnalyzer.pm b/SquidAnalyzer.pm index 451a9fd..ba0032b 100644 --- a/SquidAnalyzer.pm +++ b/SquidAnalyzer.pm @@ -1092,7 +1092,7 @@ sub _print_header { my ($self, $fileout, $str, $cal) = @_; - my $now = strftime("%c", localtime); + my $now = strftime("%a %b %e %H:%M:%S %Y", localtime); print $$fileout qq{