Running the test suite emits DeprecationWarning: datetime.datetime.utcnow() is deprecated from the games model column default (backend/app/models/game.py).
Suggested fix: switch the default to lambda: datetime.now(timezone.utc). Low risk, no schema change.
Running the test suite emits
DeprecationWarning: datetime.datetime.utcnow() is deprecatedfrom the games model column default (backend/app/models/game.py).Suggested fix: switch the default to
lambda: datetime.now(timezone.utc). Low risk, no schema change.