Keith,
If you are working within a single time zone, including time zone
information with each record does not seem necessary and you probably are
not recording times to the sub-second. The best solution may thus be to use
a simpler date/time class that does not include time zone information. Y
Dear R-users,
I tried to read recorded data into R, but confronted the problem about
time zone. The data was recorded in GMT+1 (without summer time
changing), and at first I tried to do in the way:
data <- read.zoo("data.txt", header=FALSE, sep=",", format="%H:%M:%S
%d.%m.%Y", strip.white=TRUE, t
2 matches
Mail list logo