-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
month Maggio (May) not recognized with locale it_IT #306
Comments
What do I guess it's a capitalization issue. Does the |
dmy("12 Maggio 1975") format(ymd("1975-05-12"), "%b")
|
That's strange. Can you parse it with |
strptime("1975 Maggio 12", "%Y %B %d") |
Ok. It's our bug. I will install Italian locale and will try to reproduce and fix asap. |
Wonderful, thanks! |
It turned out that abreviated day for Sunday is "gio" which was interfering with "maggio". So |
ymd("1975, maggio 12")
[1] NA
Warning message:
All formats failed to parse. No formats found.
The text was updated successfully, but these errors were encountered: