[ 
https://issues.apache.org/jira/browse/LANG-1637?focusedWorklogId=530205&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-530205
 ]

ASF GitHub Bot logged work on LANG-1637:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jan/21 13:33
            Start Date: 02/Jan/21 13:33
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on pull request #688:
URL: https://github.com/apache/commons-lang/pull/688#issuecomment-753474295


   
   [![Coverage 
Status](https://coveralls.io/builds/36039362/badge)](https://coveralls.io/builds/36039362)
   
   Coverage increased (+0.0009%) to 95.013% when pulling 
**bc0354f22e1d42a2a08016fd2d577f1e65d9d35c on 
ugonen:LANG-1637-fix-week-year-two-digits** into 
**f5c86f6d4e8d9023f9e023fb1cd09ef47c8fd1cf on apache:master**.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 530205)
    Time Spent: 1h 50m  (was: 1h 40m)

> FastDatePrinter formatting using YY pattern yields junk digits
> --------------------------------------------------------------
>
>                 Key: LANG-1637
>                 URL: https://issues.apache.org/jira/browse/LANG-1637
>             Project: Commons Lang
>          Issue Type: Bug
>    Affects Versions: 3.11
>            Reporter: Uri Gonen
>            Priority: Minor
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> {code:java}
> final GregorianCalendar cal = new GregorianCalendar(2020, 12, 31, 0, 0, 0);  
> final DatePrinter printer2Digits = getInstance("YY"); 
> assertEquals("21", printer2Digits.format(cal));
> {code}
> the above test fails



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to