oce.as.POSIXlt {oce} | R Documentation |
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.)
oce.as.POSIXlt(x, tz = "")
x |
a date, as for |
tz |
the timezone, as for |
A POSIXlt object.
Dan Kelley
as.POSIXlt
, from which this is derived.
Other things related to time: ctimeToSeconds
,
julianCenturyAnomaly
,
julianDay
, numberAsHMS
,
numberAsPOSIXct
,
secondsToCtime
,
unabbreviateYear
oce.as.POSIXlt("2016-11-06")