rayhpeng 8ef0f002ba test(schedule): stop the once-task router case expiring
`test_a_timezone_change_on_a_once_task_keeps_the_same_instant` pinned a
literal `2026-08-01T09:00:00+00:00`. These routes run against the real
clock -- unlike the domain suite, they inject no `now=` -- and a `once`
schedule must be in the future, so the case passed until that date went
by and then failed on every run with a 422.

Builds the instant relative to now instead. The assertions only compare
created against updated, so nothing depended on the literal value.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-03 10:54:04 +08:00
..