Skip to content
Prev 6776 / 63424 Next

seq.POSIXt: & DST (PR#1256)

On Fri, 11 Jan 2002 jutans@utans.u-net.com wrote:

            
Take a closer look.  It is stepping by days, but that means by 24-hour
days.  Look at it in GMT (there is no such time zone as GMT Daylight Time,
Bill Gates!)

z <- seq(as.POSIXct("2001-10-26"),as.POSIXct("2001-10-30"),by="day")
[1] "2001-10-25 23:00:00" "2001-10-26 23:00:00" "2001-10-27 23:00:00"
[4] "2001-10-28 23:00:00" "2001-10-29 23:00:00"

which is correct.