Skip to content

Instantly share code, notes, and snippets.

@stevehenderson
Created October 16, 2017 18:30
Show Gist options
  • Save stevehenderson/4acb241c0cef10bdd8cc8490729e1cfd to your computer and use it in GitHub Desktop.
Save stevehenderson/4acb241c0cef10bdd8cc8490729e1cfd to your computer and use it in GitHub Desktop.
POSIX Time Function example R
#Dude timeformat string important
as.POSIXct(acas[1,]$DATETIME_END, format="%Y-%m-%dT%H:%M:%S")
as.numeric(as.POSIXct(acas[1,]$DATETIME_END, format="%Y-%m-%dT%H:%M:%S"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment