oce.as.POSIXlt {oce} | R Documentation |
A more general form of as.POSIXlt.
oce.as.POSIXlt(x, tz = "")
x |
a date, as for |
tz |
the timezone, as for |
Used in parsing headers, this function is built on the standard
as.POSIXlt
function. the only difference is that this
also recognizes dates of forms such as
"2002 100 1430"
(year day hhmm),
"Aug 23 2002"
,
"August 23 2002"
,
"2002 Aug 23"
, and
"2002 23 Aug"
. (The month may appear in abbreviated form or written in full,
and may be capitalized or not.)
A POSIXlt object.
Dan Kelley
as.POSIXlt
, from which this is derived.