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

first / last POSIXct should not load xts namespace #3857

Closed
jangorecki opened this issue Sep 11, 2019 · 0 comments
Closed

first / last POSIXct should not load xts namespace #3857

jangorecki opened this issue Sep 11, 2019 · 0 comments
Assignees
Milestone

Comments

@jangorecki
Copy link
Member

@jangorecki jangorecki commented Sep 11, 2019

library(data.table)
x = as.POSIXct("2019-01-01")
last(x)
#Registered S3 method overwritten by 'xts':
#  method     from
#  as.zoo.xts zoo 
#[1] "2019-01-01 CET"
@jangorecki jangorecki self-assigned this Sep 11, 2019
jangorecki added a commit that referenced this issue Sep 11, 2019
… dt returns empty dt, closes #3857, #3858
@jangorecki jangorecki added this to the 1.12.4 milestone Sep 11, 2019
mattdowle added a commit that referenced this issue Sep 12, 2019
… dt returns empty dt, closes #3857, #3858 (#3859)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

1 participant
You can’t perform that action at this time.