It seems there is a bug in as.POSIXct. Or what is going on?
as.POSIXct("27/03/2006 02:05:38", format="%d/%m/%Y %H:%M:%S")
[1] "2006-03-27 02:05:38 CEST"
as.POSIXct("26/03/2006 02:05:38", format="%d/%m/%Y %H:%M:%S")
[1] NA
March 26, 2006 happened as far as I know...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…