We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522be82 commit c8e6fd2Copy full SHA for c8e6fd2
Doc/library/zoneinfo.rst
@@ -60,7 +60,7 @@ but some operations may not account for daylight saving time transitions as expe
60
performed in local (naive) time.
61
62
To perform arithmetic that accounts for time zone transitions,
63
- convert the datetime object to UTC with :meth:`datetime.astimezone`,
+ convert the datetime object to UTC with :meth:`~datetime.datetime.astimezone`,
64
perform the arithmetic, and convert the result back to the local time zone.
65
66
.. code-block:: pycon
0 commit comments