Skip to content

NULL names for POSIXlt objects

1 message · Roger D. Peng

#
I noticed in current R-patched (and R-devel) the following behavior:
NULL

which I believe previously listed the names of the different elements
(e.g. 'sec', 'mday', 'year', etc.).

It seems to be related to r54188. I see the code here is is wrapped
with <FIXME> but I'm not sure it was meant to change the previous
behavior.

-roger