]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Always log months in english format for %t in mod_log_config.
authordgaudet <dgaudet@unknown>
Sun, 16 May 1999 23:39:42 +0000 (23:39 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 16 May 1999 23:39:42 +0000 (23:39 +0000)
PR: 4366, 679
Submitted by: Petr Lampa <lampa@fee.vutbr.cz>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83211 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index 54c73aa97e279237443d993354ed84c6da479b6b..e9bb199a42c5056a09161a0b7cbedcb258874199 100644 (file)
@@ -136,9 +136,9 @@ by the values as follows:
 %...r:          First line of request
 %...s:          Status.  For requests that got internally redirected, this
                 is status of the *original* request --- %...&gt;s for the last.
-%...t:          Time, in common log format time format
+%...t:          Time, in common log format time format (standard english format)
 %...{format}t:  The time, in the form given by format, which should
-                be in strftime(3) format.
+                be in strftime(3) format. (potentially localised)
 %...T:          The time taken to serve the request, in seconds.
 %...u:          Remote user (from auth; may be bogus if return status (%s) is 401)
 %...U:          The URL path requested.