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

ASF GitHub Bot commented on LANG-1380:
--------------------------------------

GitHub user chonton opened a pull request:

    https://github.com/apache/commons-lang/pull/331

    LANG-1380: FastDateParser too strict on abbreviated short month symbols

    I'm interested in feedback.  Particularly from recent committers - 
@garydgregory @britter @PascalSchumacher @sebbASF 
    thanks


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chonton/commons-lang LANG-1380

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/331.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #331
    
----
commit 8c114fa865156fa4341390e66e42ca0cf3c494c8
Author: Chas Honton <chas@...>
Date:   2018-05-19T01:29:26Z

    LANG-1380: FastDateParser too strict on abbreviated short month symbols

----


> FastDateParser too strict on abbreviated short month symbols
> ------------------------------------------------------------
>
>                 Key: LANG-1380
>                 URL: https://issues.apache.org/jira/browse/LANG-1380
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.time.*
>    Affects Versions: 3.7
>            Reporter: Markus Jelsma
>            Priority: Minor
>             Fix For: 3.8
>
>         Attachments: LANG-1380.patch
>
>
> The date format symbols of the French locale adds a . (dot) when short month 
> names are really abbreviated.
> {code}
> janv.
> févr.
> mars
> avr.
> mai
> juin
> juil.
> août
> sept.
> oct.
> nov.
> déc.
> {code}
> But in real world examples, the dot is frequently omitted.
> FastDateParser should be lenient in the case where the dot isn't there, e.g. 
> "14 avr 2014".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to