Skip to content

Commit

Permalink
Merge pull request #13576 from nextcloud/followup/13557/dont-use-8.3-…
Browse files Browse the repository at this point in the history
…exceptions
  • Loading branch information
Antreesy authored Oct 18, 2024
2 parents 5271dab + 5e95362 commit 302e5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/CallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function downloadParticipantsForCall(string $format = 'csv'): DataDownloa

try {
$dateTimeZone = new \DateTimeZone($timezone);
} catch (\DateInvalidTimeZoneException) {
} catch (\Throwable) {
$dateTimeZone = null;
}

Expand Down

0 comments on commit 302e5a5

Please sign in to comment.