RE: Daylight Saving Time Impact

2007-02-08 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Daylight Saving Time Impact > > Does anyone know which versions of Java have been > appropriately patched? * Java SE 6 or later * J2SE 5.0 Update 6 or later * J2SE 1.4.2_11 or later * J2SE 1.

Re: Daylight Saving Time Impact

2007-02-08 Thread David Smith
This might be of interest in figuring out what jre/jdk you need to handle the Daylight Savings Time change: http://java.sun.com/developer/technicalArticles/Intl/tzupdatertool.html Tomcat itself relies on the OS and JRE/JDK for time zone handling and as such doesn't have to be updated. --David L

RE: Daylight Saving Time Impact

2007-02-08 Thread Caldarale, Charles R
> From: Mr. Steve Burrus [mailto:[EMAIL PROTECTED] > Subject: Re: Daylight Saving Time Impact > > well I know that no one/nobody asked me what my opinion is > as to whether or not you should try to obtain tomcat 6 but > I would say to you "yes" regardless of w

Re: Daylight Saving Time Impact

2007-02-08 Thread Mr. Steve Burrus
well I know that no one/nobody asked me what my opinion is as to whether or not you should try to obtain tomcat 6 but I would say to you "yes" regardless of whether or not there is any looming big time change or not! Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: Daylight Saving Time Impact

2007-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joe, Leung Joe-W30220 wrote: > Is there going to be an impact on Tomcat due to Daylight Saving Time > Change in US? Currently, I am using Tomcat 5.5.17. I am wondering if > I need to upgrade to the Tomcat 6. This is not something that affects Tomc

Re: Daylight Saving Time Impact

2006-11-16 Thread David Smith
Tomcat doesn't track DST begin and end. That's taken care of in the JRE or JVM. Take a look at you Java vendor's website (Sun or IBM) for support. --David Ranendra N Ghoshal wrote: Hello: As you are aware Beginning in 2007, DST will start the second Sunday of March and end on the first Sund

RE: Daylight Saving Time Impact

2006-11-15 Thread Caldarale, Charles R
> From: Ranendra N Ghoshal [mailto:[EMAIL PROTECTED] > Subject: Daylight Saving Time Impact > > As you are aware Beginning in 2007, DST will start the second > Sunday of March and end on the first Sunday of November. Does > TomCat v3 or v5.5 impacted by Daylight Savings Time change ? Haven't s