For the input "11-30-2022" I'm seeing the error `month out of range` when calling `dateparse.ParseStrict`. I would expect this date should be parsable because "30" can only be the day not the month, and "11" is a valid month (November)
For the input "11-30-2022" I'm seeing the error
month out of rangewhen callingdateparse.ParseStrict.I would expect this date should be parsable because "30" can only be the day not the month, and "11" is a valid month (November)