From: eldy <> Date: Thu, 13 Jun 2002 00:04:49 +0000 (+0000) Subject: Added time1b tag. X-Git-Tag: AWSTATS_4_1_BETA~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e11e78ea5a2bdb4f396b5b7d2e0435724de4b96;p=thirdparty%2FAWStats.git Added time1b tag. --- diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index e6125889..49a07b3c 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -53,6 +53,7 @@ LogFile="/var/log/httpd/mylog.log" # %host Host client name or IP address # %logname Authenticated login/user used on protected pages # %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] +# %time1b Date and time with format: [dd/mmm/yyyy:hh:mm:ss] # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 0109805a..c95036d9 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -19,7 +19,7 @@ use Time::Local; # use Time::Local 'timelocal_nocheck' is faster but not support use vars qw/ $UseHiRes $UseCompress /; # Next 'use' can be uncommented to get miliseconds time in showsteps option -use Time::HiRes qw( gettimeofday ); $UseHiRes=1; +#use Time::HiRes qw( gettimeofday ); $UseHiRes=1; # Next 'use' can be uncommented to allow read/write of gz compressed log or history files (not working yet) #use Compress::Zlib; $UseCompress=1;