Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rotate: don't throw away microseconds calculating threshold
Throwing away the microseconds from the rotation threshold doesn't affect real world usage but it does make tests unreliable because it means the outcome is sensitive to exactly which part of a second the test is running in and if near the rollover point then a different result is obtained.
- Loading branch information