You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Nathanael Yang (JIRA)" <ji...@apache.org> on 2016/12/29 07:44:58 UTC

[jira] [Created] (LANG-1305) FastDateFormat in 3.5 failed test of 3.3.2 while parsing 2014-12-15T19:50:00-05:00

Nathanael Yang created LANG-1305:
------------------------------------

             Summary: FastDateFormat in 3.5 failed test of 3.3.2 while parsing 2014-12-15T19:50:00-05:00
                 Key: LANG-1305
                 URL: https://issues.apache.org/jira/browse/LANG-1305
             Project: Commons Lang
          Issue Type: Bug
          Components: lang.text.*
    Affects Versions: 3.5
         Environment: Windows7, JDK1.8U112
            Reporter: Nathanael Yang
            Priority: Critical


FastDateFormat.getInstance("yyyy-MM-dd'T'HH:mm:ssZ", TimeZone.getTimeZone("GMT-05:00")).parse("2014-12-15T19:50:00-05:00");

This will work on 3.3.2, however, when I upgraded to 3.5 it failed like this:

Exception in thread "main" java.text.ParseException: Unparseable date: 2014-12-15T19:50:00-05:00

This made me suprized and I have to carefully check my unit tests to see whether upgrade to 3.5 is reliable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)