Re: [R] Time Zone names on Windows

2009-10-20 Thread Glen Sargeant
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

[R] Time Zone names on Windows

2009-10-20 Thread Keith
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