JDK-5033603 : TimeZone doesn't detect "Automatically adjust clock for daylight saving changes"
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.4.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2004-04-19
  • Updated: 2004-04-27
  • Resolved: 2004-04-27
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
5.0 b49Fixed
Related Reports
Relates :  
Description
TimeZone doesn't detect "Automatically adjust clock for daylight saving changes" correctly, depending on system control sets on Windows NT, 2000, XP and Server 2003.
###@###.### 2004-04-19

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b49 tiger-beta2
14-06-2004

EVALUATION The time zone detection code looks up ControlSet001 in the registry. If the current control set isn't 1, then the look up fails (picks up wrong information). It should always look up CurrentControlSet. ###@###.### 2004-04-19
19-04-2004