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

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

                Author: ASF GitHub Bot
            Created on: 27/Jul/19 12:41
            Start Date: 27/Jul/19 12:41
    Worklog Time Spent: 10m 
      Work Description: saksham93 commented on pull request #436: LANG-1465: 
Fix for the time zone format -0530 should be accepted for …
URL: https://github.com/apache/commons-lang/pull/436
 
 
   …ZZ format.
   
   https://issues.apache.org/jira/projects/LANG/issues/LANG-1465
   Added test case for the same
 
----------------------------------------------------------------
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: 283780)
            Time Spent: 10m
    Remaining Estimate: 0h

> DateUtils.parseDate backward Incompatibility bug
> ------------------------------------------------
>
>                 Key: LANG-1465
>                 URL: https://issues.apache.org/jira/browse/LANG-1465
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.time.*
>    Affects Versions: 3.5, 3.6, 3.7, 3.8, 3.9, 3.8.1
>         Environment: System: Linux testinglab 4.4.0-131-generic 
> #157~14.04.1-Ubuntu
> Java version "1.8.0_191"
> Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
> Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
>  
>  
>            Reporter: xia0c
>            Priority: Major
>              Labels: performance
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Hi,
> The following code snippets throw a ParseException when trying to parse the 
> time. It works well before commons-lang 3.4. When I update commons-lang to 
> 3.5 or newer versions, it failed.
> {code:java}
>       @Test
>       public void Demo() throws ParseException {
>               assertEquals("Tue Jun 11 15:06:11 CDT 2019", 
> DateUtils.parseDate("2019-06-11T15:06:11.716-0500", 
> "yyyy-MM-dd'T'HH:mm:ss.SSSZZ"));
>               
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to