From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17571 invoked by alias); 8 Jun 2003 02:04:39 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 17521 invoked by uid 48); 8 Jun 2003 02:04:38 -0000 Date: Sun, 08 Jun 2003 02:04:00 -0000 Message-ID: <20030608020438.17519.qmail@sources.redhat.com> From: "tromey@redhat.com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030604052449.11085.cduffy@spamcop.net> References: <20030604052449.11085.cduffy@spamcop.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libgcj/11085] SimpleDateFormat fails to parse valid dates X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg00879.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11085 ------- Additional Comments From tromey@redhat.com 2003-06-08 02:04 ------- I looked at this today. I've fixed a couple bugs in this area. I'll check in the patch soon. The bigger problem is that our SimpleDateFormat doesn't understand the "Z" format. I'm leaving this part unfixed for now.