use correct time zone

This commit is contained in:
philipp 2023-05-24 15:20:04 +02:00
parent 3d801121e7
commit 17599ee296

View File

@ -16,7 +16,7 @@ PRODID:-//rudernlinz.at//Trips//DE"#,
res.push_str("\nBEGIN:VEVENT");
res.push_str(&format!("\nUID:{}@rudernlinz.at", event.id));
res.push_str(&format!(
"\nDTSTART:{}T{}00Z",
"\nDTSTART:TZID=Europe/Vienna:{}T{}00",
event.day.replace("-", ""),
event.planned_starting_time.replace(":", "")
));