Hi All,
When I search for a market, the displayed market start time (market_start_time, marketStartTime) is 2 hours ahead of my local time. Is there a timezone option in the bot, or something I need to change? The race is in the same time zone.
Example:
Thank you for any help provided.
For reference, I am using betfairlightweight (python).
When I search for a market, the displayed market start time (market_start_time, marketStartTime) is 2 hours ahead of my local time. Is there a timezone option in the bot, or something I need to change? The race is in the same time zone.
Example:
Code:
for market_catalogue in market_catalogues: print(market_catalogue.market_start_time) # 2021-08-26 09:06:00 Printed result # 2021-08-26 07:06:00 Actual local time
For reference, I am using betfairlightweight (python).
Comment