[Bug 320] daylight savings time status not reported correctly
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Apr 17 08:27:04 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=320
------- Comment #1 from matthew.flaschen at gatech.edu 2009-04-17 15:27 -------
It's only supposed to use system settings to determine which Time Zone you're
in. After that, the JRE can determine whether you're in DST any way it
pleases, as long as it's right. What time zone is your machine set to? You
can usually get this with:
ls -l /etc/localtime
Then, to see if Java agrees do:
System.out.println(TimeZone.getDefault());
--
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