Skip to content

Commit

Permalink
Corrected 'Canada Day' to July 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
mkokio committed Jan 22, 2024
1 parent 72373b7 commit d357f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countries/Canada.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected function allHolidays(int $year): array
{
return array_merge([
'New Year\'s Day' => '01-01',
'Canada Day' => '07-05',
'Canada Day' => '07-01',
'Christmas Day' => '12-25',
], $this->variableHolidays($year));
}
Expand Down

0 comments on commit d357f61

Please sign in to comment.