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

http://issues.apache.org/bugzilla/show_bug.cgi?id=31024

timezones inside log4j.properties

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
            Version|1.2beta                     |1.3alpha



------- Additional Comments From [EMAIL PROTECTED]  2004-09-16 14:16 -------
Hello Creath,

The %d conversions specifier in PatternLayout admits the same syntax as java.text.
SimpleDateFormat. Just adding z to the parameter should do it. For example:

  "%d{yyyy.MM.dd HH:mm:ss z} %p [%t] %c - %m%n"

As an alternative you could write a PatternConverter dealing only with timezones. 
This is rather easy to achieve in log4j 1.3. See http://www.qos.ch/logging/
PatternLayout.html  for more info.

As this report is more a help request than a bug report, I am closing it. If you 
need further help please contact to the [EMAIL PROTECTED] mailing list.

Hope this helps,

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to