SyntaxFix
Write A Post
Hire A Developer
Questions
With library(lubridate), numeric representations of date and time saved as the number of seconds since 1970-01-01 00:00:00 UTC, can be coerced into dates with as_datetime():
library(lubridate)
as_datetime()
lubridate::as_datetime(1352068320) [1] "2012-11-04 22:32:00 UTC"