forked from Ruderverein-Donau-Linz/rowt
use correct time zone
This commit is contained in:
parent
3d801121e7
commit
17599ee296
@ -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(":", "")
|
||||
));
|
||||
|
Loading…
x
Reference in New Issue
Block a user