Skip to content

Commit

Permalink
align kms timezones list and timezones supported by BE
Browse files Browse the repository at this point in the history
  • Loading branch information
danbar0kal committed Feb 24, 2025
1 parent 19f56a9 commit 8ecc643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/schedule/base/lib/iCal/kSchedulingICalEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public static function fromObject(KalturaScheduleEvent $event)

if ($event->recurrence && $event->recurrence->timeZone)
{
$timeZones = DateTimeZone::listIdentifiers();
$timeZones = DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC);

if (in_array($event->recurrence->timeZone, $timeZones))
{
Expand Down

0 comments on commit 8ecc643

Please sign in to comment.