Created
March 14, 2019 20:46
-
-
Save monkeycycle/27ab370743ad7446ca1ab348f691394f to your computer and use it in GitHub Desktop.
R: change timezone
This file contains 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
eth302_takeoff$time <- as.POSIXct(eth302_takeoff$time, format = "%Y-%m-%d %H:%M:%S", tz="GMT") | |
eth302_takeoff$time_EAT = with_tz(eth302_takeoff$time, tzone = "Africa/Addis_Ababa") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment