as.POSIXlt {fUtilities} | R Documentation |
Adds date-time conversion function "as.POSIXlt" which is missing in R's base package.
as.POSIXlt(x, tz = "")
tz |
time zone specification. |
x |
the object to be converted. |
IMPORTANT NOTE: as.POSIXlt
was introduced as generic function
in R 2.7.0. We will keep here the Rmetrics implementation to be downward
compatible with previous R/Rmetrics Versions. This has to be adapted.
## as.POSIXlt - date = as.POSIXlt("2008-01-01") print(date) class(date)