-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing month names fails when day not present. #253
Comments
also I would have thought these would return the same date:
|
And now I've just discovered that strptime() also won't properly parse month names when day not present:
|
For non-numeric formats (months in this case) Same reason for I thought about extending the internal C parser to handle alphabetic months in English locale. It might be a worthwhile effort given this common user pattern. |
Fixed the |
The text was updated successfully, but these errors were encountered: