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

ymd vs POSIXlt #17

Closed
isomorphisms opened this issue May 2, 2018 · 1 comment
Closed

ymd vs POSIXlt #17

isomorphisms opened this issue May 2, 2018 · 1 comment

Comments

@isomorphisms
Copy link

from the "working with time series" vignette:

The index gives the user a lot of information in a simple timestamp. Consider the datetime “2016-01-01 00:00:00”. From this timestamp, we can decompose the datetime to get the signature, which consists of the year, quarter, month, day, day of year, day of month, hour, minute, and second of the occurrence of a single observation.

Actually if I saw a 00:00:00 with that much precision, I would assume the time is actually unknown and I am really working with lubridate::ymd data, which in R type datasets is more common than a precise UTC value.

@mdancho84
Copy link
Contributor

YMD has no time information or timezone. It's just date (month, quarter, day, etc).

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