Hi, As reported in
http://www.kaffe.org/pipermail/kaffe/2005-January/101286.html zoneStrings in gnu/java/locale/LocaleInformation* seem to be broken. They should be: 0 - The non-localized time zone id string. 1 - The long name of the time zone (standard time). 2 - The short name of the time zone (standard time). 3 - The long name of the time zone (daylight savings time). 4 - the short name of the time zone (daylight savings time). But gnu/java/locale/LocaleInformation* have: 0 - The short name of the time zone (standard time). 1 - The long name of the time zone (standard time). 2 - the short name of the time zone (daylight savings time). 3 - The long name of the time zone (daylight savings time). 4 - The area name of the time zone. _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

