Skip to content

Commit

Permalink
Merge pull request #5 from will-bank/feature/add-november-20-to-brazi…
Browse files Browse the repository at this point in the history
…lian-holidays

Add November 20th to brazilian holidays
  • Loading branch information
felipenoris authored Mar 12, 2024
2 parents 14ce063 + 13af376 commit f84d09d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/calendars/brazil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ fn is_brazilian_national_holiday<T: Datelike + Copy + PartialOrd>(date: T) -> bo
// Proclamacao da Republica
((mm == 11) && (dd == 15))
||
// Dia Nacional de Zumbi e da Consciência Negra
((mm == 11) && (dd == 20) && (yy > 2023))
||
// Natal
((mm == 12) && (dd == 25))
{
Expand Down

0 comments on commit f84d09d

Please sign in to comment.