------- Comment #2 from jeroen at frijters dot net 2006-08-26 12:24 -------
Hmm. I think it is a Classpath bug after all.
This example (which I think has nothing to do with VMTimeZone) also prints the
wrong display names:
import java.util.*;
public class test
{
public static void main(String[] args) throws Exception
{
System.out.println(TimeZone.getTimeZone("PST").getDisplayName(true,
TimeZone.SHORT));
System.out.println(TimeZone.getTimeZone("PST8PDT").getDisplayName(true,
TimeZone.SHORT));
}
}
--
jeroen at frijters dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28857
_______________________________________________
Bug-classpath mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-classpath