[issue46447] datetime.isoformat() documentation does not point to the risk of using it with naive datetime objects
Change by Jean Carlo Machado : -- keywords: +patch pull_requests: +29032 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30850 ___ Python tracker <https://bugs.python.org/issu
[issue46447] datetime.isoformat() documentation does not point to the risk of using it with naive datetime objects
New submission from Jean Carlo Machado : datetime.utcnow() already present a warning box describing the risk of using it without specifying timezone information. However, one might still have the same problem and never encounter this warning information by doing datetime.now().isoformat