Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2001 14:19:39 -0500 (CDT)
From:      Tim Zingelman <zingelman@fnal.gov>
To:        "Brian J. Sletten" <brian@parabon.com>
Cc:        <freebsd-java@FreeBSD.ORG>
Subject:   Re: Date problem w/ Linux JDK 1.3?
Message-ID:  <Pine.GSO.4.30.0105151418180.2324-100000@nova.fnal.gov>
In-Reply-To: <3B01801D.2853FA46@parabon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I just came across something kind of strange. Dates printed out in
> Java were an hour behind. My system clock is set correctly, but using
> the Linux JDK, it doesn't come up with the correct timezone.
>
> Does anyone have an idea about what needs tweaking?

We saw this in our applets (under tomcat) until we did the following

TZ=CST6CDT
export TZ

in the environment used by tomcat.

 - Tim


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.30.0105151418180.2324-100000>