]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the %{cuz}t and %{<strftime-format>}t time formats for ErrorLogFormat.
authorYann Ylavic <ylavic@apache.org>
Fri, 11 Oct 2024 13:03:42 +0000 (13:03 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 11 Oct 2024 13:03:42 +0000 (13:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921257 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index bd61ec0a2f04d93ef2945f90b6c729f939f62c17..eb5aaac8181ee266a9823e666fd438f3423e80ef 100644 (file)
@@ -1762,6 +1762,15 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
         <td>The current time in compact ISO 8601 format, including
             micro-seconds</td></tr>
 
+    <tr><td><code>%{cuz}t</code></td>
+        <td>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</td></tr>
+
+    <tr><td><code>%{&lt;strftime-format&gt;}t</code></td>
+        <td>The current time formatted per the <code>strftime(3)</code>
+            function. Since 2.4.58 only</td></tr>
+
     <tr><td><code>%v</code></td>
         <td>The canonical <directive module="core">ServerName</directive>
             of the current server.</td></tr>