darkknight9394

Results 4 comments of darkknight9394

@maxwhoppa @midnightdim like the fellow gents mentioned above, I observed similar behavior when switching my local machine time from PST to HKT, with the same code shown below. All I'm...

I experimented with mktime in _convert_to_timestamp (line 1228 ticker.py) where it was used to parse the datetime to timestamp. It turns out from [this link](https://stackoverflow.com/questions/2956886/python-calendar-timegm-vs-time-mktime) that mktime assumes input is...

Hi, I am also experiencing this. Basically I found that when the ticker has no data (take COIN for example) it does NOT become an invalid ticker, instead a dictionary...

@impredicative that's right, for single ticker one can put another if to check the dict isn't empty