calendar (version 0.0.1)

ic_datetime: 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

Run this code
# NOT RUN {
ic_datetime("20180809T160000Z")
ic_date("20120103")
# }

Run the code above in your browser using DataLab