Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Timor Leste holidays: Add 2024 Nov 29 Special Holiday #2150

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions holidays/countries/timor_leste.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,5 +486,7 @@ class TimorLesteStaticHolidays:
(SEP, 11, pope_francis_visit),
# https://timor-leste.gov.tl/?p=40592&lang=en
(OCT, 31, special_national_holidays),
# https://timor-leste.gov.tl/?p=40955&lang=en
(NOV, 29, special_national_holidays),
),
}
1 change: 1 addition & 0 deletions snapshots/countries/TL_COMMON.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
"2024-11-03": "National Women's Day",
"2024-11-12": "National Youth Day",
"2024-11-28": "Proclamation of Independence Day",
"2024-11-29": "National Holidays (Special)",
"2024-12-07": "Memorial Day",
"2024-12-08": "Day of Our Lady of Immaculate Conception and Timor-Leste Patroness",
"2024-12-10": "World Human Rights Day",
Expand Down
1 change: 1 addition & 0 deletions tests/countries/test_timor_leste.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def test_special_government_holidays(self):
"2024-09-10",
"2024-09-11",
"2024-10-31",
"2024-11-29",
)

def test_2011_public(self):
Expand Down