rootvector2 opened a new pull request, #426:
URL: https://github.com/apache/commons-cli/pull/426

   `Converter.DATE` parses with a default-locale `SimpleDateFormat`, but its 
documented input (the output of `Date.toString()`) always uses English month 
and day names, so a `Date`-typed option throws `ParseException` under any 
non-English default locale; pinning `Locale.ENGLISH` keeps the documented 
round-trip stable, which is also why `testCreateDate` already needed a 
`@DefaultLocale` pin.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to