azuyalabs / yasumi

The easy PHP Library for calculating holidays
https://www.yasumi.dev
Other
1.05k stars 155 forks source link

Check all USA holidays for substitutions #140

Closed jagers closed 5 years ago

jagers commented 5 years ago

For USA holidays, per Section 3(a) of Executive Order 11582 of Feb. 11, 1971 and 5 U.S.C. 6103(b), any holiday that falls on a Sunday is moved to Monday and any holiday that falls on a Saturday is moved to Sunday.

This PR changes the USA Provider to check all holidays for potential substitute holidays, not just New Year's Day, Independence Day, and Christmas Day

This addresses issue #91 regarding Veteran's Day that typically falls on November 11, but in 2018 it was observed on 2018-11-12

stelgenhof commented 5 years ago

Thanks @jagers ! I'll have a look tomorrow and merge this.