I run open source LEAN on my local env. and I'm trying to import a market whose trading hours span two days, e.g, the trading day 21 June starts from 21:00 20 June and ends at 15:00 21 June. If I consolidate the minute bars to daily ones, or when I add an indicator with daily resolution, I expect that all the minute bars from 21:00 20 June to 15:00 21 June are calculated to one daily bar for trading day 21 June, rather than having two daily bars 20 June and 21 June

I see there is MHDB which defines the trading hours for each week day, but such information may not be able to help LEAN understand a trading day in fact spans two "calendar" days. What is the best way to implement the above scenario?