From: Yann Ylavic Date: Fri, 11 Oct 2024 15:58:03 +0000 (+0000) Subject: ErrorLogFormat %{c}t is actually what ISO 8601 calls "extended" format. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=336fa82b4bbef4b366f7e7872ea749663911df18;p=thirdparty%2Fapache%2Fhttpd.git ErrorLogFormat %{c}t is actually what ISO 8601 calls "extended" format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921259 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index eb5aaac8181..14cef7a89ce 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1759,15 +1759,15 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M" The current time including micro-seconds %{cu}t - The current time in compact ISO 8601 format, including + The current time in ISO 8601 extended format (compact), including micro-seconds %{cuz}t - The current time in compact ISO 8601 format, including - micro-seconds and time zone in the ISO 8601:2000 standard format - (+hhmm or -hhmm offset from UTC). Since 2.4.58 only + The current time in ISO 8601 extended format (compact), including + micro-seconds and time zone in the ISO 8601:2000 standard format. + Since 2.4.58 only - %{<strftime-format>}t + %{<%-format>}t The current time formatted per the strftime(3) function. Since 2.4.58 only