Skip to content

Commit

Permalink
Update South Korea holidays: 2025 temporary public holidays (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
YiGeon authored Jan 8, 2025
1 parent f5f00ab commit 288ffad
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 @@ -617,6 +617,8 @@ class SouthKoreaStaticHolidays:
2023: (OCT, 2, temporary_public_holiday),
# 76th Anniversary of the Armed Forces of Korea.
2024: (OCT, 1, armed_forces_day),
# Added to create a 6-day long holiday period.
2025: (JAN, 27, temporary_public_holiday),
}
# 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 @@ -1293,6 +1293,7 @@
"2024-10-09": "Hangul Day",
"2024-12-25": "Christmas Day",
"2025-01-01": "New Year's Day",
"2025-01-27": "Temporary Public Holiday",
"2025-01-28": "The day preceding Korean New Year",
"2025-01-29": "Korean New Year",
"2025-01-30": "The second day of Korean New Year",
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 @@ -78,6 +78,7 @@ def test_special_holidays(self):
"2020-08-17",
"2023-10-02",
"2024-10-01",
"2025-01-27",
)
# Pre-2014 Observance sans "1960-12-26"
self.assertNoNonObservedHoliday(
Expand Down

0 comments on commit 288ffad

Please sign in to comment.