Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
armetiz committed Jun 3, 2020
1 parent 263b3cb commit e8cbb5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/TimeZoneUtil.php
Expand Up @@ -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
//
Expand Down

0 comments on commit e8cbb5f

Please sign in to comment.