search for: timestamp2

Displaying 2 results from an estimated 2 matches for "timestamp2".

Did you mean: timestamp
2009 Sep 02
4
diff of two timestamps
Hi all, I have the following problem: I have a csv-file consisting of timestamp values (no dates), e.g.: Timestamp1;Timestamp2; 05:24:43;05:25:05; 15:47:02;15:47:22; 18:36:05;18:36:24; 15:21:24;15:22:04; I need a vector with the difference of the two timestamps, so I read the data with the read.csv-function: myObj <- read.csv("file.csv",header=TRUE,sep=";"). I have then tried unsuccessfully to conv...
2011 Dec 12
2
round Date object to 10 minutes intervals?
...d.%m.%Y %H:%M *timeStamp <- c("31.03.2011 09:30", "31.03.2011 09:41", "31.03.2011 10:04", "31.03.2011 10:10", "31.03.2011 10:28", "31.03.2011 10:35", "31.03.2011 10:49", "31.03.2011 23:59")* should look like this: *timeStamp2 <- c("31.03.2011 09:30", "31.03.2011 09:40", "31.03.2011 10:00", "31.03.2011 10:10", "31.03.2011 10:30", "31.03.2011 10:40", "31.03.2011 10:55", "01.04.2011 00:00")* I've found this topic on the web: http://stat...