Description
Freeze or control time in Python tests so date and time dependent code can be tested predictably. It helps developers verify expiration, scheduling, timestamps, and time-based rules without waiting in real time.
This is a testing library. Tests that freeze time should still cover real timezone, clock, and daylight-saving behavior where those details matter to users.