# FrozenClock v0.1.0 - Table of Contents

> Async-safe, process-local freezing of DateTime.utc_now/0 for tests — no behaviours, no mocks, no struct threaded through your code.

## Pages

- [FrozenClock](readme.md)
- [Changelog](changelog.md)
- [LICENSE](license.md)

## Modules

- [FrozenClock](FrozenClock.md): A minimal, async-safe wrapper around `DateTime.utc_now/0` that lets tests
freeze and travel time **in the calling process**.
- [FrozenClock.TestHelpers](FrozenClock.TestHelpers.md): Convenience helpers for using `FrozenClock` in tests.

