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
> as_datetime("2017-03-22T15:48:00.000Z") [1] "2017-03-21 23:00:00 UTC" > packageDescription("lubridate")$Version [1] "1.6.0"
I know that ymd_hms deals with it graciously as of #158 but am I lazy or correct in expecting as_datetime to infer ISO-8601?
ymd_hms
as_datetime
Originally discussed on stack overflow
The text was updated successfully, but these errors were encountered:
as_datetime is a light wrapper around as.POSIXct so it will have same issue. I will add a specialized method for characters that would rely on internal parser. Thanks for bringing this up.
Sorry, something went wrong.
as_datetime()
tz
cf7822a
No branches or pull requests
I know that
ymd_hms
deals with it graciously as of #158 but am I lazy or correct in expectingas_datetime
to infer ISO-8601?Originally discussed on stack overflow
The text was updated successfully, but these errors were encountered: