[BUG] to_datetime
does not correctly convert single digit months and hours to datetime
#9082
Milestone
to_datetime
does not correctly convert single digit months and hours to datetime
#9082
Non zero padded months and hours should be correctly parsed
but changing string to
'2010-08-21 08:43'
will parse correctlyExpected behavior
parse the non-zero padded months and hours (and possibly others) correctly
Here's a workaround example for month:
Rapids 21.06 - Docker install
Additional context
Used for parsing dates that are later sorted - so this issue is very important for temporal work.
The text was updated successfully, but these errors were encountered: