Skip to content

Commit

Permalink
[TH] Add special holiday for 2024-Apr-12
Browse files Browse the repository at this point in the history
  • Loading branch information
PPsyrius committed Feb 14, 2024
1 parent 0ce30b4 commit af1a66f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion holidays/countries/thailand.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,10 @@ class ThailandStaticHolidays:
(JUL, 31, thai_bridge_public_holiday),
(DEC, 29, thai_bridge_public_holiday),
),
2024: (DEC, 30, thai_bridge_public_holiday),
2024: (
(APR, 12, thai_bridge_public_holiday),
(DEC, 30, thai_bridge_public_holiday),
),
}
special_workday_holidays = {1999: (MAY, 14, tr("วันพืชมงคล"))}

Expand Down
1 change: 1 addition & 0 deletions snapshots/countries/TH_COMMON.json
Original file line number Diff line number Diff line change
Expand Up @@ -2044,6 +2044,7 @@
"2024-03-08": "International Women's Day",
"2024-04-06": "Chakri Memorial Day",
"2024-04-08": "Chakri Memorial Day (in lieu)",
"2024-04-12": "Bridge Public Holiday",
"2024-04-13": "Songkran Festival",
"2024-04-14": "Songkran Festival",
"2024-04-15": "Songkran Festival",
Expand Down
1 change: 1 addition & 0 deletions tests/countries/test_thailand.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def test_special_holidays(self):
"2023-05-05",
"2023-07-31",
"2023-12-29",
"2024-04-12",
"2024-12-30",
)
dt_observed = (
Expand Down

0 comments on commit af1a66f

Please sign in to comment.