Submitted On 26-SEP-2008
m-p
When will an updated tzupdater tool be available for download? The change in Brazil is happening very soon.
Submitted On 28-SEP-2008
Try this instead:
http://www-128.ibm.com/developerworks/java/jdk/dst/index.html
Submitted On 29-SEP-2008
Were can I download tzupdater 1.3.8? The web site has only 1.3.6 version.
Submitted On 30-SEP-2008
It is urgent,, please let me know what is the correct link to download tzupdater 1.3.8 version... IT IS URGENT...
Submitted On 03-OCT-2008
Were can I download tzupdater 1.3.8? The change in Brazil is happening very soon.
Submitted On 03-OCT-2008
We need the version 1.3.8 until the second Sun. The old Olson Database will change in 12/oct/2008.
Start of DST 2008 ff. changed from second to third Sun
Submitted On 04-OCT-2008
People, I think 15 days for a release is enough time. Here, this is is URGENT. As far I can see, in the previous released tzdate, tomorrow will change to summer time, which is a mistake!!!
Submitted On 09-OCT-2008
There is no ftp://elsie.nci.nih.gov/pub/tzdata2008f.tar.gz. Where can I found it?
Submitted On 10-OCT-2008
When will tzupdater 1.3.8 will be available for download ?
The change in Mauritius will happen very soon now...
Submitted On 13-OCT-2008
Were's tzupdater 1.3.8?! Now all my servers that are in BRT are wrong, since Java changed to BRST automatically on Oct 12 (last year date)! Now I can't fix all my servers until Sun releases Were's tzupdater 1.3.8!
Submitted On 13-OCT-2008
atugores
Were's tzupdater 1.3.8 ?
Submitted On 13-OCT-2008
okk
When will an updated tzupdater 1.3.8 tool be available for download?
Submitted On 13-OCT-2008
How can we download the TZUpdater 1.3.8?
Submitted On 14-OCT-2008
Hi, you can use this workaround to Brazillianīs dayLight 2008:
SimpleTimeZone brt= new SimpleTimeZone(-3 * 60 * 60 * 1000,"GMT-3:00");
// Set rules for Brazilian Summer Time 2008
brt.setStartRule(Calendar.OCTOBER, 3, Calendar.SUNDAY,0);
brt.setEndRule(Calendar.FEBRUARY, 3, Calendar.SUNDAY,0);
// Set this rule to jvm
TimeZone.setDefault(brt);
System.out.println(new Date());
Submitted On 14-OCT-2008
Very nice, but i dont have acess to the java sources...
Submitted On 14-OCT-2008
okk
When tzupdater 1.3.8 tool will be available for download in site of SUN?
Submitted On 15-OCT-2008
For Brazillianīs dayLight 2008, you can set the user.timezone system property until the updated tzupdater be available or until next Sunday, which comes first.
java -Duser.timezone=GMT-3
Submitted On 15-OCT-2008
Hi, you can only use -Duser.timezone=GMT-3 until 18 day. If you use this parameter after of 18 day, the clock will be later by 1 hour.
Submitted On 15-OCT-2008
gmpassos
After some e-mails with SUN, TZUPDATER 1.3.9 is out:
http://java.sun.com/javase/downloads/index.jsp
Submitted On 16-OCT-2008
coffeys
Note that the latest tzupdater tool may not be always available online but will be available from sun services : http://www.sun.com/service/index.jsp
http://java.sun.com/javase/timezones/tzdata_versions.html will normally contain a top banner indicating the latest version available. 1.3.9 was released this week
Submitted On 21-OCT-2008
If you are using Java sdk on Windows Machine, you must run tzupdate twice:
// for update jre
java -jar tzupdater.jar -u
// for update jdk (JAVA_HOME = c:\Java\jdk1.5.0_15)
c:\Java\jdk1.5.0_15\bin\java.exe -jar tzupdater.jar -u
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|