Skip to content

seq.POSIXt with by="DSTday" (PR#6212)

1 message · Brian Ripley

#
This is deliberate, to avoid excessively long computations in
validate_tm in src/main/datetime.c.  You could increase the limits in

    if(tm->tm_mday < -1000 || tm->tm_mday > 1000) return -1;
On Tue, 30 Dec 2003 deville.yves@wanadoo.fr wrote: