ConvertISO8601ToDate: Converts a formatted ISO8601 date to a POSIXct.

Description Usage Arguments Value Examples

Description

Converts a formatted ISO8601 date to a POSIXct.

Usage

1
ConvertISO8601ToDate(iso8601, tz = "GMT")

Arguments

iso8601

a ISO8601 date (please note: ISO8601 dates are GMT).

tz

the timezone in which the output date should be issued.

Value

an ISO8601 formatted date character string .

Examples

1
ConvertISO8601ToDate(iso8601 = "2016-12-31T23:00:00.000Z", tz = "GMT")

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.