Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 69480 invoked from network); 7 Jun 2010 22:29:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jun 2010 22:29:32 -0000 Received: (qmail 29783 invoked by uid 500); 7 Jun 2010 22:29:32 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 29715 invoked by uid 500); 7 Jun 2010 22:29:32 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 29707 invoked by uid 99); 7 Jun 2010 22:29:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 22:29:32 +0000 X-ASF-Spam-Status: No, hits=-1504.1 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 22:29:32 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o57MTBIN019549 for ; Mon, 7 Jun 2010 22:29:11 GMT Message-ID: <24803998.14261275949751566.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 18:29:11 -0400 (EDT) From: "Charles Honton (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (LANG-462) FastDateFormat supports parse In-Reply-To: <432304545.1221841004587.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Charles Honton updated LANG-462: -------------------------------- Attachment: UseFormatCache.patch Have FastDateFormat use FormatCache developed for FastDateParser. Drawback: timeZoneForced concept removed. I'm not sure what advantage that "feature" offered. 1. It was under-documented what it did and how it worked. 2. Easy to get same functionality by using format(cal.getTime()) instead of format(cal) My understanding is that Version 3 is not necessarily a drop-in replacement for prior versions. > FastDateFormat supports parse > ----------------------------- > > Key: LANG-462 > URL: https://issues.apache.org/jira/browse/LANG-462 > Project: Commons Lang > Issue Type: New Feature > Components: lang.time.* > Reporter: Franz Wong > Fix For: 3.1 > > Attachments: lang462.patch, UseFormatCache.patch > > > Currently FastDateFormat only supports formatting the ISO8601 time zone, however, it doesn't support parsing such string to Date. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.