nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

timestamp.strftime("%s") doesn't work on windows environment. #58

Closed hippasus closed 11 years ago

hippasus commented 11 years ago

"%s" is not a standard format for strftime. please help to change the code.

This may help: Convert python datetime to epoch with strftime

kumarnitin commented 11 years ago

Please send a pull request with the code fix. Thanks!