when the timestamp conversion from yahoo supplies timestamps is performed the conversion is taking place using the local timezone rather than UTC. Yahoo provides its timetamps using UTC so rather than using datetime.dateime.fromtimestamp datetime.datetime.utcfromtimestamp should be used
when the timestamp conversion from yahoo supplies timestamps is performed the conversion is taking place using the local timezone rather than UTC. Yahoo provides its timetamps using UTC so rather than using datetime.dateime.fromtimestamp datetime.datetime.utcfromtimestamp should be used