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/

ic_datetime(x)

Arguments

x

Lines read-in in from an iCal file

Examples

ic_datetime("20180809T160000Z")
#> [1] "2018-08-09 16:00:00 UTC"
ic_date("20120103")
#> [1] "2012-01-03"