JDK-6440819 : [Vista build5384] (tz) platform time zone detection doesn't work on localized Vista
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.3.1_22,1.4.2_09,5.0,5.0u8,6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_2008,windows_vista
  • CPU: generic,x86
  • Submitted: 2006-06-20
  • Updated: 2012-03-22
  • 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
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
The time zone detection code doesn't work on localized Windows Vista (Japanese version).

Comments
EVALUATION On Vista (from build 5384), the "TimeZoneInformation" registry has the reference ("TimeZoneKeyName") to the current "Time Zones" registry entry. So, it's no longer necessary to scan the "Time Zones" entries.
22-06-2006

EVALUATION Time zone names in registry are no longer translated. Therefore, localized names from GetTimeZoneInformation() don't match time zone names in the "Time Zones" registry entries.
20-06-2006