Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in dmy_h() #466

Closed
aphalo opened this issue Sep 14, 2016 · 1 comment
Closed

Bug in dmy_h() #466

aphalo opened this issue Sep 14, 2016 · 1 comment

Comments

@aphalo
Copy link

aphalo commented Sep 14, 2016

dmy_h() has the same code as dmy_hm() and fails to decode valid input.

dmy_h("05-07-2011 13")

returns
[1] "2020-07-05 11:01:00 UTC"

looks to me like orders = "dmyR" should be changed to orders = "dmyr" in the definition of this function.

@vspinu vspinu closed this as completed in 1eb5a02 Sep 14, 2016
@vspinu
Copy link
Member

vspinu commented Sep 14, 2016

Thanks. Your diagnostic is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants