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

Allow negative offsets in hms parsers #333

Closed
vspinu opened this issue Jul 3, 2015 · 1 comment
Closed

Allow negative offsets in hms parsers #333

vspinu opened this issue Jul 3, 2015 · 1 comment
Milestone

Comments

@vspinu
Copy link
Member

vspinu commented Jul 3, 2015

Currently

> hm("-04:00")
[1] "4H 0M 0S"
@jfinke
Copy link

jfinke commented Sep 15, 2015

Agreed. I currently have a list of vectors that have positive and negative offsets.

`

hm("-12:53")
[1] "12H 53M 0S"
hm("12:53")
[1] "12H 53M 0S"
`

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