From: eldy <> Date: Sun, 17 Feb 2013 13:18:57 +0000 (+0000) Subject: Support negative tz for iso date X-Git-Tag: AWSTATS_7_2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5f07db46e478e34379d830de439461159d3ae3c;p=thirdparty%2FAWStats.git Support negative tz for iso date --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index e84078c7..31a1f18c 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -9083,7 +9083,7 @@ sub DefinePerlParsingFormat { $i++; push @fieldlib, 'tz'; $PerlParsingFormat .= -"([^$LogSeparatorWithoutStar]+)\\+([^$LogSeparatorWithoutStar]+)"; +"([^$LogSeparatorWithoutStar]+T[^$LogSeparatorWithoutStar]+)([-+]\d\d:\d\d)"; } # Special for methodurl and methodurlnoprot