# clocks - a testable source of time This crate provides a [`Clock`](https://docs.rs/django-query/latest/clocks/struct.Clock.html) type that can be used as a source of time. By using a clock in your code, you make it possible to replace the time source during testing. This can allow you to more simply test things like expiry times.