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