From 376ad0e88080dfddab9fd0f9bf508c820def4a77 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Sun, 16 May 1999 23:39:42 +0000 Subject: [PATCH] Always log months in english format for %t in mod_log_config. PR: 4366, 679 Submitted by: Petr Lampa 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html index 54c73aa97e2..e9bb199a42c 100644 --- a/docs/manual/mod/mod_log_config.html +++ b/docs/manual/mod/mod_log_config.html @@ -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 --- %...>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. -- 2.47.2