[loop-cycle-1666] fix: replace remaining deprecated utcnow() in calm.py (#633) #644

Closed
Timmy wants to merge 0 commits from fix/utcnow-calm-py into main
Owner

PR #636 fixed utcnow in 4 files but missed src/dashboard/routes/calm.py which had 4 more occurrences.

Replaces datetime.utcnow()datetime.now(timezone.utc) in calm.py (lines 229, 282, 312, 341).

Closes the remaining instances from #633.

PR #636 fixed utcnow in 4 files but missed `src/dashboard/routes/calm.py` which had 4 more occurrences. Replaces `datetime.utcnow()` → `datetime.now(timezone.utc)` in calm.py (lines 229, 282, 312, 341). Closes the remaining instances from #633.
Timmy closed this pull request 2026-03-20 21:52:16 +00:00
Author
Owner

Closing — issue #633 already resolved, no utcnow() calls remain in source.

Closing — issue #633 already resolved, no utcnow() calls remain in source.

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#644