Skip to content

Instantly share code, notes, and snippets.

@slavailn
Created December 3, 2024 16:25
Show Gist options
  • Save slavailn/bcf9f303d5ce657817c5711478bf432c to your computer and use it in GitHub Desktop.
Save slavailn/bcf9f303d5ce657817c5711478bf432c to your computer and use it in GitHub Desktop.
Convert date and time, example
pb.txt <- "2024-08-31 22:42:48"
pb.date <- as.POSIXct(pb.txt, tz="America/Los_Angeles")
pb.date
format(pb.date, tz="UTC",usetz=TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment