Bugfix timezone on events

This commit is contained in:
2024-03-02 18:13:44 +01:00
parent 9835f32dfa
commit dd6af287f3
2 changed files with 8 additions and 12 deletions

View File

@ -2223,7 +2223,6 @@ class ICal
if ($ignoreUtc && strtoupper($timeZone) === self::TIME_ZONE_UTC) {
return null;
}
return $timeZone;
}