ic_datetime: Convert ical datetime into R datetime Z at the end of an ical...

View source: R/ic_date.R

ic_datetimeR Documentation

Convert ical datetime into R datetime Z at the end of an ical stamp stands of Zulu time https://en.wikipedia.org/wiki/Coordinated_Universal_Time#Time_zones which is UTC = GMT https://greenwichmeantime.com/info/zulu/

Description

Convert ical datetime into R datetime Z at the end of an ical stamp stands of Zulu time https://en.wikipedia.org/wiki/Coordinated_Universal_Time#Time_zones which is UTC = GMT https://greenwichmeantime.com/info/zulu/

Usage

ic_datetime(x)

Arguments

x

Lines read-in in from an iCal file

Examples

ic_datetime("20180809T160000Z")
ic_date("20120103")

ATFutures/calendar documentation built on May 1, 2024, 1:36 p.m.