> 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?
Originally discussed on stack overflow
I know that
ymd_hmsdeals with it graciously as of #158 but am I lazy or correct in expectingas_datetimeto infer ISO-8601?Originally discussed on stack overflow