rootvector2 opened a new pull request, #430: URL: https://github.com/apache/commons-cli/pull/430
`Converter.DATE` parses with a lenient `SimpleDateFormat`, so an impossible date like `Fri Feb 30 ...` is silently rolled over to a wrong `Date` instead of rejected; `setLenient(false)` rejects out-of-range fields while every valid `Date.toString()` value still parses. -- 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]
