tonyskn / node-redis-timeseries

Redis time series statistics with Node.js
MIT License
181 stars 27 forks source link

please add timestamp in getHits() parameter #16

Open ashnamuh opened 7 years ago

ashnamuh commented 7 years ago

Hi. I faced a difficult situation. I can record and remove a hit, because recordHit and removeHit functions require timestamp in function parameter. But there is no option in getHits(). getCurrentTime() return timestamp with UTC timezone always. But i need KST timezone. How can i get hits with other timezone??