From e8cbb5fc0b151e381ad1e2d00142db86f0cc1174 Mon Sep 17 00:00:00 2001 From: Thomas Tourlourat Date: Wed, 3 Jun 2020 10:18:54 +0200 Subject: [PATCH] remove useless line --- lib/TimeZoneUtil.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/TimeZoneUtil.php b/lib/TimeZoneUtil.php index e7122efad..f50d159b5 100644 --- a/lib/TimeZoneUtil.php +++ b/lib/TimeZoneUtil.php @@ -136,7 +136,6 @@ public static function getTimeZone($tzid, Component $vcalendar = null, $failIfUn // this method will return just GMT+01:00. This is wrong, because it // doesn't take DST into account. if (!empty($tzid) && '(' !== $tzid[0]) { - // PHP has a bug that logs PHP warnings even it shouldn't: // https://bugs.php.net/bug.php?id=67881 //