This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Sep 2003 18:50:50 -0000
- Subject: [Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone
- References: <20020831010600.7789.jmr@ugcs.caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7789
------- Additional Comments From debian-gcc at lists dot debian dot org 2003-09-28 18:50 -------
not yet:
$ /usr/lib/j2se/1.4/bin/java TimeZoneTest
Europe/Berlin
3600000
3600000
true
true
$ /usr/lib/gcc-snapshot/bin/gij TimeZoneTest
Atlantic/Cape_Verde
3600000
-3600000
false
false