最佳答案
I'm working with a csv which unfortunately has logged datetimes using the number format of 42705 although it should be 01/12/2016.
I'd like to convert it to the right format in R using lubridate or some other package. Is there a function that will handle it?