----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

First of all, I noticed jserv.log reports times in the current time zone and
mod_jserv.log reports times in GMT.  There is probably a FAQ on this (sorry)
but I couldn't get to it.

Second, when I try to set the time zone for the JVM, like:

public class Initialization
{
        public static void main(String[] pxArgs)
        {
                SimpleTimeZone lxTZ = new SimpleTimeZone(-7, "MST");
                SimpleTimeZone.setDefault(lxTZ);

                JServ.main(pxArgs);
        }
}

...suddenly jserv.log has times reported in the current time zone but the
time is fast by the time zone offset.  Here is a log entry from a few
minutes ago followed by an entry after removing the two time zone lines
above:

[11/02/2000 02:06:18:029 MST] IsItWorking: init
[10/02/2000 19:07:51:420 MST] IsItWorking: init

Any ideas?



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to