redmatter/chrono

Accurate, testable and consistent API for clocks and times

v1.0.0 2020-09-02 00:49 UTC

This package is auto-updated.

Last update: 2024-03-29 04:32:43 UTC


README

Build Status

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.

API Reference

Documentation can be found here.

How to contribute?

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.

License

This library is licensed under MIT license.