-
Notifications
You must be signed in to change notification settings - Fork 210
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
Datetime becomes NA when calling "round_date" or "second" #217
Comments
This is ancient but it is still there.
BTW, it seems that
|
Thanks for picking this up. It would still be useful to have this fixed. |
@vspinu can you try reproducing the errors explicitly calling |
I was wondering where things stand on this issue ? Thanks. |
I just opened the other issue, which appears to be a duplicate. The quickest way to get a fix will be to submit a pull request. |
Machine: Mac Book Pro
Mac OS X: 10.8.5
Lubridate vers: lubridate_1.3.2
The issue:
Setting second(a_posixct_dt) = 60 causes the time to become NA under the circumstance discussed below. This does not occur on all versions / configurations (I didn't see this error on lubridate 1.2.0 using R 2.15.1 on a very old 17" MacBook Pro).
The bug originally appeared when calling "round_date" but this reproduces it as well.
The text was updated successfully, but these errors were encountered: