mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-30 03:37:53 +00:00
Update hdays.py
This commit is contained in:
parent
beb133f93f
commit
aa26be5bab
1 changed files with 2 additions and 2 deletions
|
|
@ -1372,7 +1372,7 @@ class Korea(HolidayBase):
|
|||
|
||||
# Buddha's Birthday
|
||||
name = "Buddha's Birthday"
|
||||
for offset in range(-1, 2, 1):
|
||||
for offset in range(-1, 2, 1):
|
||||
ds = LunarDate(year + offset, 4, 8).toSolarDate()
|
||||
if ds.year == year:
|
||||
self[ds] = name
|
||||
|
|
@ -1391,7 +1391,7 @@ class Korea(HolidayBase):
|
|||
|
||||
# Chuseok
|
||||
name = "Chuseok"
|
||||
for offset in range(-1, 2, 1):
|
||||
for offset in range(-1, 2, 1):
|
||||
ds = LunarDate(year + offset, 8, 15).toSolarDate()
|
||||
if ds.year == year:
|
||||
self[ds] = name
|
||||
|
|
|
|||
Loading…
Reference in a new issue