Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBug in dmy_h() #466
Bug in dmy_h() #466
Comments
|
Thanks. Your diagnostic is correct. |
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.