Skip to content

Commit

Permalink
Add move dates as holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Nov 4, 2015
1 parent 3e6ceb3 commit 8aa21f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocflib/lab/hours.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def closed_all_day(self):
(date(2015, 8, 1), date(2015, 8, 25), 'Summer Break', []),
(date(2015, 9, 7), date(2015, 9, 7), 'Labor Day', []),
(date(2015, 11, 11), date(2015, 11, 11), 'Veteran\'s Day', []),
(date(2015, 11, 12), date(2015, 11, 12), 'Moving (Early Close)', [Hour(9, 18)]),
(date(2015, 11, 13), date(2015, 11, 15), 'Moving', []),
(date(2015, 11, 24), date(2015, 11, 24), 'Thanksgiving Break', [Hour(9, 12)]),
(date(2015, 11, 25), date(2015, 11, 29), 'Thanksgiving Break', []),
(date(2015, 12, 7), date(2015, 12, 13), 'R.R.R. Week', [Hour(11, 21)]),
Expand Down

0 comments on commit 8aa21f7

Please sign in to comment.