col_date or col_datetime does not support %I hour format for AM/PM tagged hours #340
Comments
You mean readr::parse_datetime("12/31/1991 6:00 PM", "%m/%d/%Y %I:%m %p") right? Adding |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, parsing date "12/31/1991 6:00:00 PM", given date format = "%m/%d/%Y %I" will return an error.
readr::parse_datetime("12/31/1991 6:00 PM", "%m/%d/%Y %I")
The text was updated successfully, but these errors were encountered: