From 7e63dacb96d1802fdfa651ea9704daa76fc6a430 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 16 Aug 2022 12:16:23 +0200 Subject: [PATCH] fix: doc --- src/ics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) }