]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added time1b tag.
authoreldy <>
Thu, 13 Jun 2002 00:04:49 +0000 (00:04 +0000)
committereldy <>
Thu, 13 Jun 2002 00:04:49 +0000 (00:04 +0000)
wwwroot/cgi-bin/awstats.model.conf
wwwroot/cgi-bin/awstats.pl

index e6125889c911a4e5c743820481ef33a63061c330..49a07b3cdc138af700e05129e2711a94384f4f96 100644 (file)
@@ -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"
index 0109805ab0ec36e25f2486b579cd84111d685a52..c95036d945a8244cd959735cd5c05189fce47191 100644 (file)
@@ -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;