gh-124832: Add a note to indicate that `datetime.now` may return the same instant (#124834)

* Update datetime.rst

* Update datetime.rst

replace warning with note

* Update Doc/library/datetime.rst

Co-authored-by: Victor Stinner <vstinner@python.org>

* Update Doc/library/datetime.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>

---------

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This commit is contained in:
spacemanspiff2007 2024-10-08 20:17:53 +02:00 committed by GitHub
parent c6127af868
commit 760b1e103a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -948,6 +948,10 @@ Other constructors, all class methods:
This function is preferred over :meth:`today` and :meth:`utcnow`.
.. note::
Subsequent calls to :meth:`!datetime.now` may return the same
instant depending on the precision of the underlying clock.
.. classmethod:: datetime.utcnow()