From: Bostjan Skufca Date: Thu, 30 Jul 2015 17:29:53 +0000 (+0000) Subject: doc: add %time5 entry to awstats_config.html, and note that timezone part is optional X-Git-Tag: AWSTATS_7_5~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2%2Fhead;p=thirdparty%2FAWStats.git doc: add %time5 entry to awstats_config.html, and note that timezone part is optional --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 30185c63..ff994374 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -328,6 +328,7 @@ when reading it), follow the example:

# %time2 Date and time with format: yyyy-mm-dd hh-mm-ss
# %time3 Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy
# %time4 Date and time with unix timestamp format: dddddddddd +
# %time5 Date and time with format iso: yyyy-mm-ddThh:mm:ss, with optional timezone specification (ignored)
# %methodurl Method and URL with format: "GET /index.html HTTP/x.x"
# %methodurlnoprot Method and URL with format: "GET /index.html"
# %method Method with format: GET diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index b4f04b62..5ef7907b 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -82,7 +82,7 @@ LogType=W # %time2 Date and time with format: yyyy-mm-dd hh:mm:ss # %time3 Date and time with format: Mon dd hh:mm:ss or Mon dd hh:mm:ss yyyy # %time4 Date and time with unix timestamp format: dddddddddd -# %time5 Date and time with format iso: yyyy-mm-ddThh:mm:ss +# %time5 Date and time with format iso: yyyy-mm-ddThh:mm:ss, with optional timezone specification (ignored) # %methodurl Method and URL with format: "GET /index.html HTTP/x.x" # %methodurlnoprot Method and URL with format: "GET /index.html" # %method Method with format: GET