Skip to content
Prev 76245 / 398502 Next

zoo, zooreg, & ISOdatetime

On 8/26/05, David James <djames at frontierassoc.com> wrote:
Because you are using tz = "" and when the time falls back in fall 2am is 1am 
so you wind up having two 1am's which is not allowed.   The times
themselves are
ok but the names are duplicated which is not allowed either.  Thanks for
finding this problem.
1. Use tz = "GMT" rather than tz = "" since GMT has no daylight savings time 
and won't result in duplicate names.
2. As advised last time use chron if you don't need time zones.

3. Read the R News 4/1 article I previously recommended, which has the
same advice as #2 plus a lot more info on dates and times.

4. If you are using time zones and do need POSIXct and tz = "" then let me know 
privately and I will send you the devel version of zoo where I just fixed it.
Yes.  It should not be needed.