You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/03/14 11:14:47 UTC

svn propchange: r1908380 - svn:log

Author: ylavic
Revision: 1908380
Modified property: svn:log

Modified: svn:log at Tue Mar 14 11:14:47 2023
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Mar 14 11:14:47 2023
@@ -1,13 +1,13 @@
 core: Add formats %{z} and %{strftime-format} to ErrorLogFormat.  PR 62161.
 
-%{z} prints the timezone offset (i.e. "[+-]nnnn") and %{strftime-format} allows
+%{z} prints the timezone offset (i.e. "[+-]hhmm") and %{strftime-format} allows
 any %-format handled by [apr_]strftime().
 
 * include/util_time.h():
   Define new AP_CTIME_OPTION_GMTOFF option for ap_recent_ctime_ex().
 
 * server/util_time.c(ap_recent_ctime_ex):
-  Handle AP_CTIME_OPTION_GMTOFF to print "[+-]nnnn" timezone.
+  Handle AP_CTIME_OPTION_GMTOFF to print "[+-]hhmm" timezone.
 
 * server/log.c(log_ctime):
   If the format contains a '%' it's for strftime(), otherwise it's builtin