You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix get_data_yahoo() Bug in windows when satrt date is earlier than 1970-1-1 8:00
Bug reproduce:
``` python3
from pandas_datareader import data as web
web.get_data_yahoo("IBM", start='1968-02-28', end='2020-02-08', interval="d")
```
ERROR `Overflow error: mktime argument out of range`
0 commit comments