Skip to content

Commit

Permalink
Update South Korea holidays: add Armed Forces Day in 2024 (#1973)
Browse files Browse the repository at this point in the history
Co-authored-by: Panpakorn Siripanich <[email protected]>
  • Loading branch information
KJhellico and PPsyrius committed Sep 5, 2024
1 parent 063f25e commit 02a7a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holidays/countries/south_korea.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ class SouthKoreaStaticHolidays:
2020: (AUG, 17, temporary_public_holiday),
# Added to create a 6-day long holiday period.
2023: (OCT, 2, temporary_public_holiday),
# 76th Anniversary of the Armed Forces of Korea.
2024: (OCT, 1, armed_forces_day),
}
# Pre-2014 Alternate Holidays
# https://namu.wiki/w/대체%20휴일%20제도#s-4.2.1
Expand Down
1 change: 1 addition & 0 deletions snapshots/countries/KR_COMMON.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,7 @@
"2024-09-16": "The day preceding Chuseok",
"2024-09-17": "Chuseok",
"2024-09-18": "The second day of Chuseok",
"2024-10-01": "Armed Forces Day",
"2024-10-03": "National Foundation Day",
"2024-10-09": "Hangul Day",
"2024-12-25": "Christmas Day",
Expand Down
1 change: 1 addition & 0 deletions tests/countries/test_south_korea.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def test_special_holidays(self):
"2017-10-02",
"2020-08-17",
"2023-10-02",
"2024-10-01",
)
# Pre-2014 Observance sans "1960-12-26"
self.assertNoNonObservedHoliday(
Expand Down

0 comments on commit 02a7a97

Please sign in to comment.