Created
July 20, 2011 16:40
-
-
Save johnjosephhorton/1095315 to your computer and use it in GitHub Desktop.
Convert unix epoch time stamp into R datetime class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unix2POSIXct <- function (time) structure(time, class = c("POSIXt", "POSIXct")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment