Closed mmoskal closed 9 years ago
For example here: return earliest.valueOf() + (60 - earliest.getSeconds()) you're adding milliseconds (valueOf()) to seconds.
return earliest.valueOf() + (60 - earliest.getSeconds())
This doesn't seem right.
For example here:
return earliest.valueOf() + (60 - earliest.getSeconds())
you're adding milliseconds (valueOf()) to seconds.This doesn't seem right.