From fa0a876f4111025da9b86ff7cf086fbd91c21caa Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Date: Thu, 30 Jul 2015 17:29:53 +0000 Subject: [PATCH] doc: add %time5 entry to awstats_config.html, and note that timezone part is optional --- docs/awstats_config.html | 1 + wwwroot/cgi-bin/awstats.model.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2