From: Eric.Boyer at insa-toulouse.fr (Eric BOYER) Date: Tue, 25 Nov 2008 15:23:13 +0100 Subject: [Pljava-dev] problem with date and timezone In-Reply-To: References: <492AD11B.3060405@insa-toulouse.fr> <492AD760.3040407@ejurka.com> <492AD94C.8030603@insa-toulouse.fr> Message-ID: <492C0A51.5090807@insa-toulouse.fr> my localtime is data but timezone is ascii footcrix:/home/boyere# file /etc/localtime /etc/localtime: timezone data footcrix:/home/boyere# file /etc/timezone /etc/timezone: ASCII text, with no line terminators my server is a debian and jvm is 1.4.2 What could be diff?rent on my two servers, because I have twice : # more /etc/timezone Europe/Paris Thanks for your Help Kris Jurka a ?crit : > > > On Mon, 24 Nov 2008, Eric BOYER wrote: > >> >> OK so, >> How get the same JVM timezone ? > > That depends on both your OS and JVM. You could try setting the TZ > environment variable. It also seems a little odd that /etc/localtime > is a text file on your systems. Normally those are symlinks to binary > zoneinfo files which aren't human readable. > > Kris Jurka >