Displaying 1 result from an estimated 1 matches for "timetest2".
Did you mean:
timetest
2003 Jun 08
0
daylight saving time problems
...002 4:15", "31/03/2002 4:30", "31/03/2002 4:45", "31/03/2002
5:00", "31/03/2002 5:15", "31/03/2002 5:30", "31/03/2002 5:45",
"31/03/2002 6:00");
timetest<-strptime(as.character(test), format = "%d/%m/%Y %H:%M");
timetest2<-as.POSIXct(timetest);
--------------
then R 1.7.0 gives on my Mandrake 9.1:
> test
[1] "31/03/2002 0:00" "31/03/2002 0:15" "31/03/2002 0:30" "31/03/2002
0:45"
[5] "31/03/2002 1:00" "31/03/2002 1:15" "31/03/2002 1:30" &...