flake8
passed.
JSHint
passed.
Review Request #14944 — Created March 18, 2026 and submitted
The new
log_timed()backport that was just committed included an
import that was only valid on Python 3.11+:datetime.UTC. This was
fixed in Djblets recently, but that fix didn't make it into the
backport.This change updates the code to use
datetime.timezone.utcinstead.
Unit tests pass on all versions of Python.
| Summary | ID |
|---|---|
| f63b6704ad05f576d99f3bd1d5fcb2bb28dc77a2 |