JDK-6440823 : [Vista build5384/5456] (tz) support new time zones on Windows Vista
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2006-06-20
  • Updated: 2010-07-29
  • Resolved: 2006-07-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
1.4.2_14Fixed 6 b92Fixed
Description
Windows Vista has more time zones than other Windows. Those additional time zones must be recognaized by the platform time zone detection code.
Vista also supports multiple DST rules as "Dynamic DST" for Isreal, which may affect the time zone detection.

Comments
SUGGESTED FIX tzmappings changes are: < # @(#)tzmappings 1.7 06/02/27 --- > # %W% %E% 142,143c142,143 < E. Europe:4,5::Europe/Bucharest: < E. Europe Standard Time:4,5::Europe/Bucharest: --- > E. Europe:4,5:BY:Europe/Minsk: > E. Europe Standard Time:4,5:BY:Europe/Minsk: 164,165c164,165 < Caucasus:8,9:GE:Asia/Tbilisi: < Caucasus Standard Time:8,9:GE:Asia/Tbilisi: --- > Caucasus:8,9::Asia/Yerevan: > Caucasus Standard Time:8,9::Asia/Yerevan: 168a169,178 > Central Brazilian Standard Time:900;900:BR:America/Manaus: > Central Standard Time (Mexico):901;901::America/Mexico_City: > Georgian Standard Time:902;902:GE:Asia/Tbilisi: > Mountain Standard Time (Mexico):903;903::America/Chihuahua: > Namibia Standard Time:904;904:NA:Africa/Windhoek: > Pacific Standard Time (Mexico):905;905:MX:America/Tijuana: > Western Brazilian Standard Time:906;906::America/Rio_Branco: > Azerbaijan Standard Time:907;907:AZ:Asia/Baku: > Jordan Standard Time:908;908:JO:Asia/Amman: > Middle East Standard Time:909;909:LB:Asia/Beirut:
03-07-2006

EVALUATION Due to the Time Zones registry changes in Windows Vista (build 5456), the following mapping changes will be made in Mustang. < "E. Europe Standard Time" "Europe/Bucharest" --- > "E. Europe Standard Time" "Europe/Minsk" < "Caucasus Standard Time" "Asia/Tbilisi" --- > "Caucasus Standard Time" "Asia/Yerevan" Bucharest users on the previous Windows releases (e.g., XP) need to use the "(GMT+02:00) Athens, Beirut, Istanbul, Minsk" (i.e., +02:00 and EU DST rule) time zone. Note that Minsk doesn't follow the EU rule.
03-07-2006

EVALUATION build 5456 has 3 new ones. "Azerbaijan Standard Time" "Asia/Baku" "Jordan Standard Time" "Asia/Amman" "Middle East Standard Time" "Asia/Beirut"
28-06-2006

EVALUATION The following time zones are new in Windows Vista (build 5384). "Central Brazilian Standard Time" "America/Manaus" "Central Standard Time (Mexico)" "America/Mexico_City" "Georgian Standard Time" "Asia/Tbilisi" "Mountain Standard Time (Mexico)" "America/Chihuahua" "Namibia Standard Time" "Africa/Windhoek" "Pacific Standard Time (Mexico)" "America/Tijuana" "Western Brazilian Standard Time" "America/Rio_Branco"
20-06-2006