From f5a68b69eb19fbf1ede868710cb0c18a2a77a097 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 18 Oct 2024 12:58:05 +0000 Subject: [PATCH] Document the %{cuz}t and %{}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 --- docs/manual/mod/core.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index fc7731b14db..a4239d5a652 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1737,9 +1737,18 @@ 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 ISO 8601 extended format (compact), including + micro-seconds and time zone in the ISO 8601:2000 standard format. + Available since 2.4.58 only + + %{%-format}t + The current time formatted per the strftime(3) function. + Available since 2.4.58 only + %v The canonical ServerName of the current server. -- 2.47.2