Skip to content

Commit

Permalink
ErrorLogFormat %{c}t is actually what ISO 8601 calls "extended" format.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921259 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ylavic committed Oct 11, 2024
1 parent 4fa3af0 commit 336fa82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/manual/mod/core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,15 +1759,15 @@ ErrorLogFormat "[%t] [%l] [pid %P] %F: %E: [client %a] %M"
<td>The current time including micro-seconds</td></tr>

<tr><td><code>%{cu}t</code></td>
<td>The current time in compact ISO 8601 format, including
<td>The current time in ISO 8601 extended format (compact), 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>
<td>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</td></tr>

<tr><td><code>%{&lt;strftime-format&gt;}t</code></td>
<tr><td><code>%{&lt;%-format&gt;}t</code></td>
<td>The current time formatted per the <code>strftime(3)</code>
function. Since 2.4.58 only</td></tr>

Expand Down

0 comments on commit 336fa82

Please sign in to comment.