Junyue Liu

Results 2 comments of Junyue Liu

My solution is to replace line 338 to `index = pd.to_datetime(np.concatenate(rtn[INDEX]).astype('datetime64[ms]'), utc=True, unit='ms')`

> @JunyueLiu I tweaked your suggestion just a little bit to: > > ``` > index = pd.to_datetime(np.concatenate(rtn[INDEX]).astype('datetime64[ms]'), utc=True) > ``` > > and now the reads are back to...