We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7688a0e commit 02b8bf6Copy full SHA for 02b8bf6
1 file changed
core/utils.py
@@ -146,6 +146,7 @@ async def get_school_week(requested_date: date, first_day: date, week=True):
146
date(2020, 11, 3), # Election day
147
date(2020, 11, 11), # Veteran's day
148
*daterange(date(2020, 11, 25), date(2020, 11, 27)), # Thanksgiving break
149
+ date(2020, 12, 17), # Snow day
150
*daterange(date(2020, 12, 24), date(2021, 1, 1)) # Holiday break
151
]
152
special_days = [
0 commit comments