Weird POSIXct error
问题 For some reason, as.POSIXct interprets "2013-03-10 02:00:00.000" different from other valid datetimes in that format. > as.POSIXct("2013-03-10 01:00:00.000") #Different time, same date [1] "2013-03-10 01:00:00 PST" > as.POSIXct("2013-03-11 02:00:00.000") #Same time, different date [1] "2013-03-11 02:00:00 PDT" > as.POSIXct("2013-03-10 02:00:00.000") [1] "2013-03-10 PST" I'm using the package RODBC to read this from a database, and it automatically converts this entire column of datetimes into