Skip to content

Commit

Permalink
Extended session started on 2018-12-10
Browse files Browse the repository at this point in the history
  • Loading branch information
rundef authored Dec 13, 2023
1 parent 68517ae commit eb0c25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_market_calendars/calendars/eurex_fixed_income.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class EUREXFixedIncomeCalendar(MarketCalendar):
aliases = ["EUREX Fixed Income"]

regular_market_times = {
"market_open": ((None, time(1, 10)), ("2019-01-01", time(8, 0))),
"market_open": ((None, time(1, 10)), ("2018-12-10", time(8, 0))),
"market_close": ((None, time(22)),),
}

Expand Down

0 comments on commit eb0c25e

Please sign in to comment.