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
Just found a major bug in some code introduced by the new-ish as.IDate.numeric method.
as.IDate.numeric
It seems numeric are automatically interpreted as seconds instead of days. Shouldn't that be as.ITime.numeric's interpretation?
numeric
as.ITime.numeric
In particular I got bit by the assumption that as.IDate and as.Date are interchangeable, but this violates that.
as.IDate
as.Date
If we're going to interpret numeric input as seconds (I don't think it should), this must be added to the documentation.
@jangorecki I believe this was part of your PR #1393, was this intentional?
The text was updated successfully, but these errors were encountered:
Rdatatable/data.table@f2c6fb4
No branches or pull requests
Just found a major bug in some code introduced by the new-ish
as.IDate.numeric
method.It seems
numeric
are automatically interpreted as seconds instead of days. Shouldn't that beas.ITime.numeric
's interpretation?In particular I got bit by the assumption that
as.IDate
andas.Date
are interchangeable, but this violates that.If we're going to interpret numeric input as seconds (I don't think it should), this must be added to the documentation.
@jangorecki I believe this was part of your PR #1393, was this intentional?
The text was updated successfully, but these errors were encountered: