Skip to content

Commit

Permalink
feat: add November 20th to brazilian holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-saito-willbank committed Feb 26, 2024
1 parent 14ce063 commit 13af376
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 13af376

Please sign in to comment.