JDK-6430196 : (tz) [Vista] automatically adjust daylight time function is not working correctly
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 1.4.2,1.4.2_17,5.0u15,6
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_vista
  • CPU: generic,x86
  • Submitted: 2006-05-24
  • Updated: 2010-07-29
  • Resolved: 2006-06-26
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_18-revResolved 6 b90Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
build: /net/jano/export/disk29/jcg/NightlyBuilds/i18n/mustang/archived/2006-05-19-int.mustang
OS: Windows Vista 32 bit, build 5365
host: i18n-gw65002-2
Test: test/java/util/TimeZone/DisableDSTTest.java

To reproduce:
1. Run jtreg with DisableDSTTest.java
2. when "Automatically adjust clock for daylight saving changes" is unchecked on the the local time still shows as daylight saving time; while on a Windows XP the local time shows as standard time as expected.

Comments
EVALUATION Vista doesn't have the DisableAutoDaylightTimeSet entry in the TimeZoneInformation registry. Need to compare the detected TimeZones entry and TimeZoneInformation to see if the daylight saving time adjustment is currently disabled.
08-06-2006