I'm trying to run an event on a specified date, however, get_datetime always gets triggered 3 minutes early as shown in the logs when you run the attached backtest:
2017-12-12 06:37 handle_data:10 INFO getDateTime: 2017-12-12 09:37:00-05:00 fixed time: 2017-12-12 09:40:00-04:56
2017-12-12 06:37 handle_data:12 INFO get_datetime > 9:40am
What's causing the "-05:00" and "-04:56" at the end of get_datetime and my date? I don't see the offset running python on my computer. I could just add 3 minutes to my date, but I'm not sure how reliable the 3 minute offset is. Thanks.