Skip to content

Commit

Permalink
Issue #3051353: DTSTART with TZID parameter must not use UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
FeyP committed Apr 29, 2019
1 parent 6002338 commit 42de5f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ICalFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ private function addEvents(array $datesList, Calendar $iCalendar) {
$iCalendarEvent->setUrl($eventUrl);
}
$iCalendarEvent->setUseTimezone(TRUE);
$iCalendarEvent->setUseUtc(FALSE);
$iCalendar->addComponent($iCalendarEvent);
}
return $iCalendar;
Expand Down

0 comments on commit 42de5f2

Please sign in to comment.