goodeggs / librato-node

A Node.js client for Librato (http://librato.com/)
MIT License
37 stars 26 forks source link

ms vs s mismatch in src/worker.coffee #38

Closed mmoskal closed 9 years ago

mmoskal commented 9 years ago

For example here: return earliest.valueOf() + (60 - earliest.getSeconds()) you're adding milliseconds (valueOf()) to seconds.

This doesn't seem right.