This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/7789] java.util.TimeZone.getDefault() finds wrong time zone


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]