Clock and time utilities with focus on accuracy and testability.
The design is influenced by chrono
library in C++ and time.Duration
library in golang.
The one reason, if you need convincing, to use this library would be to enhance the testability of your code that relies on system-time. See examples.
Documentation can be found here.
Please feel free to fork and submit a pull request. Bug fixes, improvements, unit-tests and usability comments are most welcome.
If you are to contribute code, please do log an issue before starting to work on the code. Your changes should come with working unit tests; all tests must pass.
Coding standard followed here is PSR-2
.
This library is licensed under MIT license.