Skip to content

Commit 3936ef6

Browse files
committed
add summer hours for buntrock
1 parent 93597ed commit 3936ef6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

data/building-hours/8-bc.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ category: Academia
55
schedule:
66
- title: Hours
77
hours:
8-
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '12:00am'}
9-
- {days: [Fr, Sa], from: '7:00am', to: '2:00am'}
10-
- {days: [Su], from: '7:00am', to: '12:00am'}
8+
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '10:00pm'}
9+
- {days: [Fr, Sa, Su], from: '7:00am', to: '7:00pm'}
10+
11+
# - title: Hours
12+
# hours:
13+
# - {days: [Mo, Tu, We, Th], from: '7:00am', to: '12:00am'}
14+
# - {days: [Fr, Sa], from: '7:00am', to: '2:00am'}
15+
# - {days: [Su], from: '7:00am', to: '12:00am'}
1116

1217
breakSchedule:
1318
fall: []
@@ -16,8 +21,4 @@ breakSchedule:
1621
interim: []
1722
spring: []
1823
easter: []
19-
summer:
20-
- title: Hours
21-
hours:
22-
- {days: [Mo, Tu, We, Th], from: '7:00am', to: '10:00pm'}
23-
- {days: [Fr, Sa, Su], from: '7:00am', to: '7:00pm'}
24+
summer: []

0 commit comments

Comments
 (0)