Re: Log4j Date logging issue

2007-03-21 Thread Scott Heaberlin
Be advised - java date and time calculations will still be inaccurate even if the host OS has been updated with DST 2007 updates on older VM builds. Per the Sun documentation regarding DST updates you still must either patch your affected JRE with the free tz_update program or upgrade to a newer

Re: Log4j Date logging issue

2007-03-21 Thread James Stauffer
I would attemp to make a small program that prints the current data and time in the same format to confirm that it is the JRE or OS. You may need JRE patch that supports the changed DST dates. On 3/20/07, Visvanathan, Meenakshi <[EMAIL PROTECTED]> wrote: Hi, We use log4j.jar to log our applica

Log4j Date logging issue

2007-03-20 Thread Visvanathan, Meenakshi
Hi, We use log4j.jar to log our application's debug statements. Debug() and error() methods of Category class is used for logging. In the recent past, the System time was upgraded for US 2007 DST changes. After this change, Log4j %d shows the date like, 2007-03-18 23:01:14,909, when the actual