Skip to content

Commit

Permalink
Merge pull request #33 from jmkuhn/bush
Browse files Browse the repository at this point in the history
Add Bush's funeral to US Special Closings
  • Loading branch information
felipenoris authored Dec 3, 2018
2 parents 03195eb + 0e5cb25 commit d9204a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/calendars/us.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ function isholiday(::USNYSE , dt::Dates.Date)

# Special Closings
if (
# President George H.W. Bush's funeral
dt == Dates.Date(2018,12,5)
||
# Hurricane Sandy
yy == 2012 && mm == 10 && (dd == 29 || dd == 30)
||
Expand Down

0 comments on commit d9204a5

Please sign in to comment.