Skip to content

Commit

Permalink
Merge pull request #13154 from kaltura/Ursa-21.11.0-PLAT-25120
Browse files Browse the repository at this point in the history
align kms timezones list and timezones supported by BE
  • Loading branch information
danbar0kal authored Feb 25, 2025
2 parents 19f56a9 + 8ecc643 commit 8c7bf78
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 8c7bf78

Please sign in to comment.