You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Charles Honton (JIRA)" <ji...@apache.org> on 2016/03/01 07:47:18 UTC

[jira] [Commented] (LANG-1209) FastDateFormat does not support the 'u' pattern element

    [ https://issues.apache.org/jira/browse/LANG-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15173316#comment-15173316 ] 

Charles Honton commented on LANG-1209:
--------------------------------------

1. Look at [apache/commons-lang|https://github.com/apache/commons-lang] repository in github,
2. find file [FastDatePrinter.java|https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java]
3. push [blame|https://github.com/apache/commons-lang/blame/master/src/main/java/org/apache/commons/lang3/time/FastDatePrinter.java]
4. search for 'u' - you will see that the code was committed in [cc340ad|https://github.com/apache/commons-lang/commit/2ebf9a21d2dc99ab2f434111cac9dcd6da99d574] as part of LANG-1192

> FastDateFormat does not support the 'u' pattern element
> -------------------------------------------------------
>
>                 Key: LANG-1209
>                 URL: https://issues.apache.org/jira/browse/LANG-1209
>             Project: Commons Lang
>          Issue Type: Bug
>    Affects Versions: 2.6, 3.4
>            Reporter: Glenn McGregor
>
> java.lang.IllegalArgumentException: Illegal pattern component: u



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