commons-lang icon indicating copy to clipboard operation
commons-lang copied to clipboard

Lang-1465: Fix the ZZ time zone format

Open SElab2019 opened this issue 4 years ago • 3 comments

Try to fix ZZ time zone format. Issue link: https://issues.apache.org/jira/projects/LANG/issues/LANG-1465.

Thanks.

SElab2019 avatar Sep 25 '19 19:09 SElab2019

-1. Please see the test failures https://travis-ci.org/apache/commons-lang/jobs/589618913

garydgregory avatar Sep 25 '19 20:09 garydgregory

The Z modifier here is not the same as within Java itself. Therefore, rejecting it. Moreover, your usecase is nonsense because the format is not valid according to ISO 8601.

michael-o avatar Sep 26 '19 09:09 michael-o

The Z modifier here is not the same as within Java itself. Therefore, rejecting it. Moreover, your usecase is nonsense because the format is not valid according to ISO 8601.

Hi Michael, but the previous version can pass this test case.

SElab2019 avatar Oct 02 '19 21:10 SElab2019