Message-ID: <971536df0510060947m394ab36drfa7bd039d1959e1a@mail.gmail.com>
Date: 2005-10-06T16:47:59Z
From: Gabor Grothendieck
Subject: isdst
In-Reply-To: <3f87cc6d0510060925r7629c97difaa7e00217f74b0d@mail.gmail.com>
See the Avoiding Errors section of the Help Desk article
in R News 4/1.
On 10/6/05, Omar Lakkis <uofiowa at gmail.com> wrote:
> Can someone, please, explain the difference is results below (notice
> the isdst value)
>
> > unlist(as.POSIXlt('2005-7-1'))
> sec min hour mday mon year wday yday isdst
> 0 0 0 1 6 105 5 181 1
> > unlist(as.POSIXlt(as.Date('2005-7-1')))
> sec min hour mday mon year wday yday isdst
> 0 0 0 1 6 105 5 181 0
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>