spatie / holidays

Calculate which days you don't have to work!
https://spatie.be/open-source
MIT License
328 stars 196 forks source link

Fix: Canada Victoria Day correction in test and calculation #211

Closed mercury64 closed 7 months ago

mercury64 commented 7 months ago

Corrected the Victoria Day date for 2024 to be May 20th in test snapshot, not May 27th.

Corrected the code in src/Countries/Canada.php to calculate the correct date for Victoria Day.

Canada Victoria Day is always the first Monday in May preceding May 25th(and not including). The Monday will always be between May 18th and May 24th.

Nielsvanpach commented 7 months ago

Thanks!