Bug in dmy_h() #466
Closed
Bug in dmy_h() #466
Comments
Thanks. Your diagnostic is correct. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dmy_h() has the same code as dmy_hm() and fails to decode valid input.
returns
[1] "2020-07-05 11:01:00 UTC"
looks to me like
orders = "dmyR"
should be changed toorders = "dmyr"
in the definition of this function.The text was updated successfully, but these errors were encountered: