diff --git a/src/ics.rs b/src/ics.rs index e948dc8..5792f7c 100644 --- a/src/ics.rs +++ b/src/ics.rs @@ -33,7 +33,7 @@ pub fn export(courses: Vec, filename: &str) { } /// Transform the datetime from chrono to the ICS format -/// See https://github.com/hummingly/ics/issues/17#issue-985662287 +/// See fn dt_ical(dt: chrono::DateTime) -> String { format!("{}", dt.format("%Y%m%dT%H%M%SZ")) }