From: Yann Ylavic Date: Fri, 11 Oct 2024 13:03:42 +0000 (+0000) Subject: Document the %{cuz}t and %{}t time formats for ErrorLogFormat. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6c5c4b6c7acffb3f1a88a05729036a8a693ba60;p=thirdparty%2Fapache%2Fhttpd.git Document the %{cuz}t and %{}t time formats for ErrorLogFormat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index bd61ec0a2f0..eb5aaac8181 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1762,6 +1762,15 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M" The current time in compact ISO 8601 format, 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 + + %{<strftime-format>}t + The current time formatted per the strftime(3) + function. Since 2.4.58 only + %v The canonical ServerName of the current server.