[Bug 214] New: Unparseable date with OpenJDK6, works with SunJava6
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Oct 13 02:52:10 PDT 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=214
Summary: Unparseable date with OpenJDK6, works with SunJava6
Product: IcedTea
Version: unspecified
Platform: PC
URL: https://bugs.launchpad.net/bugs/275654
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: IcedTea
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: doko at ubuntu.com
import java.util.*;
DateFormat dp = new SimpleDateFormat("yyyyMMddHHmmss z");
Date start = dp.parse("20081001175000 CET");
returns "Unparseable date" on OpenJDK 6 on Ubuntu 8.04.1 server, but works with
Sun Java 6 on Gentoo.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list