[Bug 320] daylight savings time status not reported correctly
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Jul 9 13:20:25 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=320
jon.vanalten at redhat.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #4 from jon.vanalten at redhat.com 2009-07-09 20:20 -------
Hi,
The bug in RedHat bugzilla has been marked as fixed as of new version
(java-1.6.0-openjdk-1.6.0.0-18.b16.fc10 or
java-1.6.0-openjdk-1.6.0.0-22.b16.fc11). I can confirm this in F11:
$cat /etc/sysconfig/clock
# The time zone of the system is defined by the contents of /etc/localtime.
# This file is only for evaluation by system-config-date, do not rely on its
# contents elsewhere.
ZONE="America/New York"
$ java TimeZoneTest
2009_07_09_1616_22_Eastern Daylight Time
DST? = yes
Note that ZONE has the space; the correction was made in the JDK and the
workaround of replacing the space with underscore is not necessary.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list