I have dataset in this format 1/2/2015 9:43
I am not sure why the code below showing me warnings.
in_time <- sapply(in_time, function(x) as.POSIXlt(x, origin="1-2-2015","%d-%m-%Y %H:%M"))
There were 50 or more warnings (use warnings() to see the first 50)
The errors are:
In as.POSIXct.POSIXlt(x) : unknown timezone '%d/%m/%Y %H:%M'