Created
November 23, 2016 21:25
-
-
Save ZeccaLehn/a86f4e7e88535615c3755b3198e5aa59 to your computer and use it in GitHub Desktop.
POSIXct Roundtrip (Date Conversions)
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
Sys.time() | |
# [1] "2016-11-23 21:22:46 UTC" | |
as.POSIXct( as.numeric(Sys.time()), origin = "1970-01-01" ) | |
# [1] "2016-11-23 21:22:46 UTC" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment