backtesting.py
backtesting.py copied to clipboard
Timezone not respected in charts
Expected Behavior
Charts would plot in same timezone as the data.
Actual Behavior
Charts are plotted in UTC, even though the source data was tz-aware of the form: 2023-06-15 08:30:00-05:00
Any way to get the expected behaviour?