ic_datetime {calendar} | R 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")
[Package calendar version 0.1.0 Index]