File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 128
128
# If Christmas Eve falls on a weekday, that day is a half day.
129
129
# If it falls on a weekend, the preceding Friday is a half day.
130
130
ChristmasEve = Holiday (
131
- 'Christmas Eve Early Close ' ,
131
+ 'Christmas Eve' ,
132
132
month = 12 ,
133
133
day = 24 ,
134
134
observance = previous_friday ,
137
137
# is a half day. Except for 1999-12-31, when the Queen declared a
138
138
# bank holiday.
139
139
NewYearsEvePre1999 = Holiday (
140
- "New Year's Eve Early Close " ,
140
+ "New Year's Eve" ,
141
141
month = 12 ,
142
142
day = 31 ,
143
143
observance = previous_friday ,
144
144
end_date = pd .Timestamp ('1999-01-01' )
145
145
)
146
146
NewYearsEvePost2000 = Holiday (
147
- "New Year's Eve Early Close " ,
147
+ "New Year's Eve" ,
148
148
month = 12 ,
149
149
day = 31 ,
150
150
observance = previous_friday ,
You can’t perform that action at this time.
0 commit comments