Re: [Rd] strftime fails on POSIXct objects (PR#10695)

2008-02-04 Thread Donald Allen
On Feb 4, 2008 9:49 AM, Peter Dalgaard <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > R 2.6.1 on a Thinkpad T60 running up-to-date Gentoo: > > > > Despite the documentation, which says: > > > > 'strftime' is an alias for 'format.POSIXlt', and 'format.POSIXct' > > first converts

Re: [Rd] strftime fails on POSIXct objects (PR#10695)

2008-02-04 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > R 2.6.1 on a Thinkpad T60 running up-to-date Gentoo: > > Despite the documentation, which says: > > 'strftime' is an alias for 'format.POSIXlt', and 'format.POSIXct' > first converts to class '"POSIXlt"' by calling 'as.POSIXlt'. Note > that only that conve

[Rd] strftime fails on POSIXct objects (PR#10695)

2008-02-04 Thread donaldcallen
R 2.6.1 on a Thinkpad T60 running up-to-date Gentoo: Despite the documentation, which says: 'strftime' is an alias for 'format.POSIXlt', and 'format.POSIXct' first converts to class '"POSIXlt"' by calling 'as.POSIXlt'. Note that only that conversion depends on the time zone. strf