I have a data set with the following information: latitude, longitude, EST time. For example, for one observation
lat = 13
long = -2
time1 = as.POSIXlt("2014-02-12 17:00:00", tz = "EST")
I want to create a new variable timeL that is the local time. Any suggestions of how to do this with R?
Thanks!
See Question&Answers more detail:os