Learn R Programming

oce (version 0.9-20)

oce.as.POSIXlt: Oce Variant of as.POSIXlt

Description

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.)

Usage

oce.as.POSIXlt(x, tz = "")

Arguments

x
a date, as for as.POSIXlt, but also including forms in which the month name appears.
tz
the timezone, as for as.POSIXlt

Value

A POSIXlt object.

See Also

as.POSIXlt, from which this is derived.

Other things related to time: ctimeToSeconds, julianCenturyAnomaly, julianDay, numberAsHMS, numberAsPOSIXct, secondsToCtime, unabbreviateYear

Examples

Run this code
oce.as.POSIXlt("2016-11-06")

Run the code above in your browser using DataLab