I am trying to convert this time stamp to a date but cant seem to get it to work. any advice how to do this in R?
1476295761422
I am trying to convert this time stamp to a date but cant seem to get it to work. any advice how to do this in R?
1476295761422
You can use:
as.POSIXct(1476295761422, origin="1970-01-01")