Figure out DST start and end date/time  
Author Message
stonebro





PostPosted: 2003-12-31 3:06:00 Top

java-programmer, Figure out DST start and end date/time Is their a mechanism to determine what the start date / time and
end date / time of Daylight Savings Time is for a given TimeZone
if the time zone supports Daylights Savings ?

Thanks
Jeff
 
stonebro





PostPosted: 2003-12-31 20:35:00 Top

java-programmer >> Figure out DST start and end date/time In the 1.4.1 JDK, there exists only two public fields for
TimeZone. They the static declaration of LONG and SHORT to
be used in getDisplayName calls to format the returned string.
Other than that I don't see any public fields or get methods.

Thanks
Jeff

Roedy Green <email***@***.com> wrote in message news:<email***@***.com>...
> On 30 Dec 2003 11:05:49 -0800, email***@***.com (Jeffrey Stonebrook)
> wrote or quoted :
>
> >Is their a mechanism to determine what the start date / time and
> >end date / time of Daylight Savings Time is for a given TimeZone
> >if the time zone supports Daylights Savings ?
>
> Look at the public fields of the TimeZone class.