Skip to content

Commit f5a68b6

Browse files
committed
Document the %{cuz}t and %{<strftime-format>}t time formats for ErrorLogFormat.
ErrorLogFormat %{c}t is actually what ISO 8601 calls "extended" format. Improve ErrorLogFormat's %{cuz}t and %{%-format}t descriptions. Merges r1921257, r1921259, r1921399 from trunk [docs CTR, available since 2.4.58] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1921401 13f79535-47bb-0310-9956-ffa450edef68
1 parent be19b27 commit f5a68b6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/manual/mod/core.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,9 +1737,18 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
17371737
<td>The current time including micro-seconds</td></tr>
17381738

17391739
<tr><td><code>%{cu}t</code></td>
1740-
<td>The current time in compact ISO 8601 format, including
1740+
<td>The current time in ISO 8601 extended format (compact), including
17411741
micro-seconds</td></tr>
17421742

1743+
<tr><td><code>%{cuz}t</code></td>
1744+
<td>The current time in ISO 8601 extended format (compact), including
1745+
micro-seconds and time zone in the ISO 8601:2000 standard format.
1746+
Available since 2.4.58 only</td></tr>
1747+
1748+
<tr><td><code>%{%-format}t</code></td>
1749+
<td>The current time formatted per the <code>strftime(3)</code> function.
1750+
Available since 2.4.58 only</td></tr>
1751+
17431752
<tr><td><code>%v</code></td>
17441753
<td>The canonical <directive module="core">ServerName</directive>
17451754
of the current server.</td></tr>

0 commit comments

Comments
 (0)