openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00806
[Bug 275654] [NEW] "Unparseable date"
Public bug reported:
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 Sub Java 6 on Gentoo.
I suspect it doesn't understand the timezone "CET" and expects a
numerical ("+0100" or "+0200", depending on summer / winter time)?
** Affects: openjdk-6 (Ubuntu)
Importance: Undecided
Status: New
--
"Unparseable date"
https://bugs.launchpad.net/bugs/275654
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: New
Bug description:
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 Sub Java 6 on Gentoo.
I suspect it doesn't understand the timezone "CET" and expects a numerical ("+0100" or "+0200", depending on summer / winter time)?
Follow ups
-
[Bug 275654] Re: "Unparseable date"
From: Bug Watch Updater, 2012-12-01
-
[Bug 275654] Re: "Unparseable date"
From: Bug Watch Updater, 2011-02-04
-
[Bug 275654] Re: "Unparseable date"
From: Matthias Klose, 2008-11-11
-
[Bug 275654] Re: "Unparseable date"
From: Jem, 2008-10-28
-
[Bug 275654] Re: "Unparseable date"
From: Bug Watch Updater, 2008-10-22
-
[Bug 275654] Re: "Unparseable date"
From: Bug Watch Updater, 2008-10-13
-
[Bug 275654] Re: "Unparseable date"
From: Matthias Klose, 2008-10-13
-
[Bug 275654] Re: "Unparseable date"
From: Onkar Shinde, 2008-09-29
-
[Bug 275654] Re: "Unparseable date"
From: Ben Bucksch, 2008-09-29
-
[Bug 275654] [NEW] "Unparseable date"
From: Ben Bucksch, 2008-09-29
References