Skip to content

Commit

Permalink
Merge pull request #447 from WorkWeek-Pty-Ltd/master
Browse files Browse the repository at this point in the history
  • Loading branch information
commenthol committed Jan 20, 2024
2 parents f771725 + 1b536fb commit 50c9991
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/countries/ZA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ holidays:
substitutes 12-26 if sunday then next monday:
name:
en: Public Holiday
"2023-12-15":
# @source https://www.gov.za/documents/notices/public-holidays-act-declaration-15th-day-december-2023-public-holiday-28-nov-2023
# @source https://www.sanews.gov.za/south-africa/president-ramaphosa-declares-15-december-public-holiday
name:
en: Rugby World Cup Win Public Holiday
9 changes: 9 additions & 0 deletions test/fixtures/ZA-2023.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@
"rule": "substitutes 09-24 if sunday then next monday",
"_weekday": "Mon"
},
{
"date": "2023-12-15 00:00:00",
"start": "2023-12-14T22:00:00.000Z",
"end": "2023-12-15T22:00:00.000Z",
"name": "Rugby World Cup Win Public Holiday",
"type": "public",
"rule": "2023-12-15",
"_weekday": "Fri"
},
{
"date": "2023-12-16 00:00:00",
"start": "2023-12-15T22:00:00.000Z",
Expand Down

0 comments on commit 50c9991

Please sign in to comment.