Skip to content

Commit

Permalink
Update src/Countries/Bulgaria.php
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Vanpachtenbeke <[email protected]>
  • Loading branch information
dyanakiev and Nielsvanpach authored Feb 13, 2024
1 parent 0f3141f commit 41ab821
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Countries/Bulgaria.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ protected function allHolidays(int $year): array
*/
protected function variableHolidays(int $year): array
{
$easter = CarbonImmutable::createFromTimestamp(easter_date($year))
->setTimezone('Europe/Sofia');
$easter = $this->orthodoxEaster($year);

return [
'Великден – християнската религия отбелязва Възкресение Христово' => $easter->format('m-d'),
Expand Down

0 comments on commit 41ab821

Please sign in to comment.