Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: use round rather than floor in (ms)timstr.
When converting time to a string, round to the nearest elapsed second or millisecond, rather than rounding down. In particular, when we jump forward by "one second" by clicking the forward button, the time display should advance by one second.
- Loading branch information