Displaying 1 result from an estimated 1 matches for "20zone".
Did you mean:
0zone
2015 Dec 07
2
inconsistency in POSIXlt
...;tzone", a character vector of length 3 giving the
time zone name from the TZ environment variable and the names of the base
time zone and the alternate (daylight-saving) time zone. Sometimes this may
just be of length one, giving the time zone
<http://127.0.0.1:25207/library/base/help/time%20zone> name.' But the
constructor for the class, as.POSIXlt, accepts only a single value for the
tz argument--an error is generated if, for example the tzone value of
length 3 is extracted from a POSIXlt object and used as the tz argument.
It would seem to me that to be consistent, the as.POSIXl...