Skip to content

Instantly share code, notes, and snippets.

@phillc73
Created December 11, 2014 15:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillc73/cd15f0721c05c263133d to your computer and use it in GitHub Desktop.
Save phillc73/cd15f0721c05c263133d to your computer and use it in GitHub Desktop.
Convert Current System Time to UTC using R
as.POSIXlt(Sys.time(), tz = "UTC")
@isosphere
Copy link

Thanks for sharing, I used it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment