forked from Anri/cal8tor
fix: doc
This commit is contained in:
parent
027fc95101
commit
7e63dacb96
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub fn export(courses: Vec<crate::timetable::models::Course>, filename: &str) {
|
|||
}
|
||||
|
||||
/// Transform the datetime from chrono to the ICS format
|
||||
/// See https://github.com/hummingly/ics/issues/17#issue-985662287
|
||||
/// See <https://github.com/hummingly/ics/issues/17#issue-985662287>
|
||||
fn dt_ical(dt: chrono::DateTime<chrono::Utc>) -> String {
|
||||
format!("{}", dt.format("%Y%m%dT%H%M%SZ"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue