-
Notifications
You must be signed in to change notification settings - Fork 1k
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
:= should as.POSIXct when RHS is POSIXlt #1724
Comments
I think the recommended way is
I think data.table doesn't like POSIXlt cols, judging by
You might also want to check out |
I could have sworn that I fixed |
I am using version 1.9.6, and |
What I meant was |
Date col is being converted as a number when writing the file to disc using fwrite() Version : : R 3.3.0 |
I am able to add a POSIXct column to a data.frame, but not data.table.
The error message I get is:
And the
dates
field is not properly assigned todt
.The text was updated successfully, but these errors were encountered: