Fix timezone issue for some users

This commit is contained in:
2022-10-05 21:07:14 +02:00
parent 86362358a7
commit d8fd5a295f

View File

@@ -9,7 +9,7 @@ function create_calendar($courses)
{ {
$vcalendar = new VObject\Component\VCalendar(); $vcalendar = new VObject\Component\VCalendar();
$tz = $vcalendar->createComponent('VTIMEZONE', [ $tz = $vcalendar->createComponent('VTIMEZONE', [
'TZID' => 'CET', 'TZID' => 'Europe/Brussels',
]); ]);
$standard = $vcalendar->createComponent('STANDARD', [ $standard = $vcalendar->createComponent('STANDARD', [
'DTSTART' => '16010101T030000', 'DTSTART' => '16010101T030000',