* 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 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()