Hi All,

I'm not so experienced in how Java/Tomcat handle timezone matters, but I've 
come across a running instance of a container which claims to be in GMT for 
some webapps, and US/Eastern for others.

The container itself appears to be logging in US/Eastern.

I've verified through a heapdump that there are various GregorianCalendar 
instances floating around memory with different ZoneInfo instances (some ID 
themselves as GMT, some as US/Eastern).

Nowhere in the app code makes a clear request to have the time in GMT, 
everything uses the default, so they should all report in US/Eastern.  I'm 
wondering what settings/behaviours in tomcat/the JVM could effect a default 
timezone change for an application?

Could the GregorianCalendar object itself be working some voodoo on this? Why 
isn't everything picking up EDT as the timezone?

Any insights appreciated.

Thanks,
CiarĂ¡n


--------------------------------------------------------------------------
NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error. Morgan Stanley may monitor and store emails to the 
extent permitted by applicable law.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to