Mercurial > p > roundup > code
diff CHANGES.txt @ 7587:8f29e4ea05ce
fix: issue2551278 - datetime.datetime.utcnow deprecation.
Replace calls with equivalent that produces timezone aware dates
rather than naive dates.
Also some flake8 fixes for test/rest_common.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 25 Jul 2023 16:30:10 -0400 |
| parents | 978285986b2c |
| children | 8329b2227adb |
line wrap: on
line diff
--- a/CHANGES.txt Mon Jul 24 21:24:07 2023 -0400 +++ b/CHANGES.txt Tue Jul 25 16:30:10 2023 -0400 @@ -34,6 +34,9 @@ and make *FieldStroage symbols available. Roundp uses its own cgitb.py and not the system cgitb.py. It looks like it's the precursor to the system cgitb.py. (John Rouillard) +- issue2551278 - datetime.datetime.utcnow deprecation. Replace + calls with equivalent that produces timezone aware dates rather than + naive dates. (John Rouillard) Features:
