You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/03/28 14:36:07 UTC

DO NOT REPLY [Bug 18467] New: - Incorrect timezone value in access logs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18467>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18467

Incorrect timezone value in access logs

           Summary: Incorrect timezone value in access logs
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: sven.filatov@aqris.com


Currently the timezone indicator in log lines in access log file look like this:

127.0.0.1 - - [28/Mar/2003:11:21:46 2000] "POST /myservlet HTTP/1.1" 200 -

In order to have RFC 822 compliant timezone value this line should look like this:

127.0.0.1 - - [28/Mar/2003:11:21:46 +2000] "POST /myservlet HTTP/1.1" 200 -

Any reason not to have it this way?

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org