Skip to content

Instantly share code, notes, and snippets.

@ZeccaLehn
Created November 23, 2016 21:25
Show Gist options
  • Save ZeccaLehn/a86f4e7e88535615c3755b3198e5aa59 to your computer and use it in GitHub Desktop.
Save ZeccaLehn/a86f4e7e88535615c3755b3198e5aa59 to your computer and use it in GitHub Desktop.
POSIXct Roundtrip (Date Conversions)
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