yahoo_finance_api icon indicating copy to clipboard operation
yahoo_finance_api copied to clipboard

Getting incorrect time when converting to local time

Open VinodKumar9576 opened this issue 3 years ago • 0 comments

You should consider adding 5.30 hours to the time we get from yahoo data to coordinate with local IST.

timestamps = [_time.strftime('%a, %d %b %Y %H:%M:%S', _time.localtime(x+5.56060)) for x in timestamps]

VinodKumar9576 avatar Nov 28 '20 13:11 VinodKumar9576