Re: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Tim Funk
: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:02 AM To: Tomcat Users List Subject: Re: Timestamp on log is 6 hours ahead of system time. To check dump your System variables, the time zone variable should be obvious to pick out from all System properties To set 1) Set the

RE: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Robyne Vaughn
Thanks. That helps a lot. However, not unix, IBM OS/400. I know where to look for help with that. Much appreciation. robyne -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 8:02 AM To: Tomcat Users List Subject: Re: Timestamp on log is 6

Re: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Tim Funk
To check dump your System variables, the time zone variable should be obvious to pick out from all System properties To set 1) Set the appropriate system property (CATALINA_OPTS=-D???) or 2) (Unix) Make sure your TZ environment var is correct (YMMV depending on unix flavor) -Tim Robyne Vaughn

RE: Timestamp on log is 6 hours ahead of system time.

2003-11-14 Thread Robyne Vaughn
time specifications separate from the system. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 7:45 PM To: Tomcat Users List Subject: Re: Timestamp on log is 6 hours ahead of system time. The JVM is probably thinking the current timezone is wrong. O

Re: Timestamp on log is 6 hours ahead of system time.

2003-11-13 Thread Tim Funk
The JVM is probably thinking the current timezone is wrong. Or the current user running the java process has that problem. -Tim Robyne Vaughn wrote: Can anyone tell me why the timestamp on my Tomcat logs (catalina.out), and web-app logs is about 6 hours ahead of the system time on the system on