bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/28857] sun jdk and classpath jdk produce different date s


From: jeroen at frijters dot net
Subject: [Bug classpath/28857] sun jdk and classpath jdk produce different date strings.
Date: 26 Aug 2006 12:24:10 -0000


------- 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]