I don't see any such problem on hardy with openjdk. What is the version
of openjdk you are using? Mine is 6b11-2ubuntu2 which is available in
hardy-updates.

Here is how I used your sample code.
import java.util.*;
import java.text.*;

public class DateTest{
        public static void main (String args[]){
                DateFormat dp = new SimpleDateFormat("yyyyMMddHHmmss z");
                try {
                        Date start = dp.parse("20081001175000 CET");
                } catch (Exception e){
                        System.out.println(e);
                        e.printStackTrace();
                }
        }
}

-- 
"Unparseable date"
https://bugs.launchpad.net/bugs/275654
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to