Skip to content

Commit

Permalink
Add summer/fall 2018 holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
jvperrin committed May 10, 2018
1 parent eefae6e commit c1e86d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ocflib/lab/hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,9 @@ def closed_all_day(self):
(date(2018, 2, 19), date(2018, 2, 19), 'Presidents\' Day', []),
(date(2018, 3, 3), date(2018, 3, 3), 'Early Lab Closure', [Hour(time(9), time(12))]),
(date(2018, 3, 24), date(2018, 4, 1), 'Spring Break', []),
(date(2018, 5, 12), date(2018, 8, 14), 'Summer Break', []),
(date(2018, 9, 3), date(2018, 9, 3), 'Labor Day', []),
(date(2018, 11, 12), date(2018, 11, 12), 'Veterans Day', []),
(date(2018, 11, 21), date(2018, 11, 25), 'Thanksgiving Break', []),
(date(2018, 12, 15), date(2019, 1, 14), 'Winter Break', []),
]

0 comments on commit c1e86d9

Please sign in to comment.