powered by
Returns local time from UTC time
fromUTC(utctime, timeformat = "%Y-%m-%d %H:%M:%S")
POSIXct UTC time
string format of local time, by default it will be "%Y-%m-%d %H:%M:%S"
localtime POSIXct local time
# NOT RUN { fromUTC( as.POSIXct("1991-06-29 05:27:25", tz = "UTC") ) # }
Run the code above in your browser using DataLab