Re: UTC Time Stamps - revisited

2008-06-23 Thread Curt Arnold
On Jun 23, 2008, at 3:13 AM, A Board wrote: Greetings from a new comer to the world of Log4j! I know that the above issue (re UTC Time Stamps) was discussed in Feb 2007 between Curt Arnold, Eric Kolotyluk and Kamal Ahmed and the conclusion was made that Log4j v1.3 was needed to use this

RE: UTC Time Stamps

2007-02-08 Thread Eric Kolotyluk
14 it made me think to check my build paths. Cheers, Eric -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 9:53 PM To: Log4J Users List Subject: Re: UTC Time Stamps On Feb 7, 2007, at 4:55 PM, Eric Kolotyluk wrote: >

Re: UTC Time Stamps

2007-02-07 Thread Curt Arnold
On Feb 7, 2007, at 11:52 PM, Curt Arnold wrote: On Feb 7, 2007, at 4:55 PM, Eric Kolotyluk wrote: I just added additional unit tests (bug 41565) that specify the timezone using property files and check the generated files for the expected timezone. The tests pass against both the current

Re: UTC Time Stamps

2007-02-07 Thread Curt Arnold
On Feb 7, 2007, at 4:55 PM, Eric Kolotyluk wrote: I'm now confused by the different patterns "{GMT+0}" vs "'GMT'Z" - which one is correct? ConversionPattern=%-5p %d{-MM-dd HH:mm:ss.SSS 'GMT'Z} %c [%t] - ConversionPattern=%-5p %d{-MM-dd HH:mm:ss.SSS}{GMT}Z %c [%t] - Both are lega

Re: UTC Time Stamps

2007-02-07 Thread Curt Arnold
On Feb 7, 2007, at 4:55 PM, Eric Kolotyluk wrote: C:\>java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) I'm running on Window XP SP 2 using Sun's JDK with log4j-1.3alpha-8.jar I

RE: UTC Time Stamps

2007-02-07 Thread Eric Kolotyluk
om: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 2:27 PM To: Log4J Users List Subject: Re: UTC Time Stamps On Feb 7, 2007, at 11:31 AM, Eric Kolotyluk wrote: > Thanks, > > ConversionPattern=%-5p %d{-MM-dd HH:mm:ss.SSS 'GMT'Z} %c [%t] -

Re: UTC Time Stamps

2007-02-07 Thread Curt Arnold
On Feb 7, 2007, at 11:31 AM, Eric Kolotyluk wrote: Thanks, ConversionPattern=%-5p %d{-MM-dd HH:mm:ss.SSS 'GMT'Z} %c [%t] - %m%n Seems to work better, but I get INFO 2007.02.07 08:51:11,417 GMT-0800 [main] . . . When what I really want is INFO 2007.02.07 16:51:11,417 Z [main] . . .

RE: UTC Time Stamps

2007-02-07 Thread Eric Kolotyluk
m comparing log files from different systems in different time zones the times match up and I don't have to do any mental arithmetic. Cheers, Eric -Original Message- From: Kamal Ahmed [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 8:33 AM To: Log4J Users List Subject:

RE: UTC Time Stamps

2007-02-07 Thread Kamal Ahmed
ary 07, 2007 11:23 AM To: Log4J Users List Subject: RE: UTC Time Stamps Hi, I still have not received a response to this mail I posted a while ago. I really want to use the {GMT} feature so I can align our client logs with our server logs (which may be in different time zones). I would re

RE: UTC Time Stamps

2007-02-07 Thread Eric Kolotyluk
. Cheers, Eric -Original Message- From: Eric Kolotyluk Sent: Monday, January 08, 2007 12:33 PM To: log4j-user@logging.apache.org Subject: RE: UTC Time Stamps Thanks for the info. I reviewed the bug information too. I'm still not sure what to do next. I'm using the following

RE: UTC Time Stamps

2007-01-08 Thread Eric Kolotyluk
ge- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 9:33 PM To: Log4J Users List Subject: Re: UTC Time Stamps On Jan 2, 2007, at 12:04 PM, Eric Kolotyluk wrote: > I found a few articles on the web which claimed that UTC time > formatting > would be suppor

Re: UTC Time Stamps

2007-01-03 Thread Curt Arnold
On Jan 2, 2007, at 12:04 PM, Eric Kolotyluk wrote: I found a few articles on the web which claimed that UTC time formatting would be supported in log4j 1.3, and could be used in a form like %d{.MM.dd HH:mm:ss,SSS}{GMT} or %d{.MM.dd HH:mm:ss,SSS}{UTC} I'm using log4j