You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agree that this should be cleaned up for visual consistency. As a practical matter there is a .tz method on every calendar that defines the default time zone. If you would like to submit a PR that would be great.
tz must be defined before we refer to it, so is it ok to move all the definitions of the tz property right above the definition of regular_market_times?
For instance, for the CME energy and metals class, we have no time zone supplied here:
pandas_market_calendars/pandas_market_calendars/exchange_calendar_cme_globex_energy_and_metals.py
Line 101 in bc642ec
But it is used here:
pandas_market_calendars/pandas_market_calendars/exchange_calendar_cme_globex_energy_and_metals.py
Line 125 in bc642ec
pandas_market_calendars/pandas_market_calendars/exchange_calendar_cme_globex_energy_and_metals.py
Line 133 in bc642ec
pandas_market_calendars/pandas_market_calendars/exchange_calendar_cme_globex_energy_and_metals.py
Line 136 in bc642ec
The text was updated successfully, but these errors were encountered: