Home > Archive > Java Help > July 2005 > TimeZone and daylight savings time updates.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
TimeZone and daylight savings time updates.
|
|
| martingerxt@yahoo.com 2005-07-24, 8:59 pm |
| I'm wondering how java.util.TimeZone gets updated, if at all, when
governments change daylight savings time. They're talking about it
right now in the US Congress
http://news.yahoo.com/s/usatoday/20...fe
tycost
How does the system deal with the following timezone lookup? Is it in
some sort of directory that gets updated with new versions of the jvm?
TimeZone tz = TimeZone.getTimeZone("America/Los_Angeles");
Right now I have an app that does everything in GMT, but I'll need to
get exact time in local time zones eventually.
Thanks.
| |
| Dale King 2005-07-24, 9:00 pm |
| martingerxt@yahoo.com wrote:
> I'm wondering how java.util.TimeZone gets updated, if at all, when
> governments change daylight savings time. They're talking about it
> right now in the US Congress
> http://news.yahoo.com/s/usatoday/20...fe
tycost
Whether the congress is talking about it or not, we here in Indiana will
be going on Daylight Savings Time next year.
--
Dale King
|
|
|
|
|