mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
BUG: Fix and test getting all default calendars
This commit is contained in:
@@ -202,7 +202,7 @@ class BMFExchangeCalendar(TradingCalendar):
|
||||
|
||||
@property
|
||||
def tz(self):
|
||||
return timezone("America/Sao_Paolo")
|
||||
return timezone("America/Sao_Paulo")
|
||||
|
||||
@property
|
||||
def open_time(self):
|
||||
|
||||
@@ -27,6 +27,7 @@ MayBank = Holiday(
|
||||
"Early May Bank Holiday",
|
||||
month=5,
|
||||
offset=DateOffset(weekday=MO(1)),
|
||||
day=1,
|
||||
)
|
||||
# Spring bank holiday
|
||||
SpringBank = Holiday(
|
||||
|
||||
Reference in New Issue
Block a user