An audience member challenges Rodzik's assertion that time-travel helpers are the only way to test `Time.current`/`Time.now`, offering two alternatives: algebraic effects, and dependency injection of a per-request/per-process current-time object. Rodzik fully agrees those are often better approaches, but notes time-travel helpers remain the ones he still sees in real codebases.