Re: [R] seq.POSIXt creates duplicate entries

2015-12-09 Thread Micha Silver
Hello David and David: Thanks for responding On 12/10/2015 01:33 AM, David Winsemius wrote: On Dec 9, 2015, at 10:58 AM, Micha Silver wrote: Hello all: I am creating a time series using seq.POSIXt. ts.full <- as.character(seq.POSIXt(as.POSIXct(start(d.zoo)), as.POSIXct(end(d.zoo)), by="hour"

Re: [R] seq.POSIXt creates duplicate entries

2015-12-09 Thread David Winsemius
> On Dec 9, 2015, at 10:58 AM, Micha Silver wrote: > > Hello all: > I am creating a time series using seq.POSIXt. > > ts.full <- as.character(seq.POSIXt(as.POSIXct(start(d.zoo)), > as.POSIXct(end(d.zoo)), by="hour")) > > The period crosses the hour of change from "summer time" to "winter time