Skip to content

Commit

Permalink
cleanup Chile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Jan 26, 2024
1 parent f5acb1e commit 6649602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Countries/Chile.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ protected function allHolidays(int $year): array
];
}

/** @return array<string, CarbonImmutable> */
protected function variableHolidays(int $year): array
{
$easter = CarbonImmutable::createFromTimestamp(easter_date($year))
->setTimezone('America/Santiago');
$easter = $this->easter($year);

return [
'Jueves santo' => $easter->subDays(3),
Expand Down

0 comments on commit 6649602

Please sign in to comment.