8000
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 6f97eee commit 8f9ea43Copy full SHA for 8f9ea43
Doc/library/datetime.rst
@@ -37,6 +37,10 @@ on efficient attribute extraction for output formatting and manipulation.
37
Package `dateutil <https://dateutil.readthedocs.io/en/stable/>`_
38
Third-party library with expanded time zone and parsing support.
39
40
+ Package `DateType <https://pypi.org/project/datetype/>`_
41
+ Third-party library that introduces distinct static types to e.g. allow static type checkers
42
+ to differentiate between naive and aware datetimes.
43
+
44
.. _datetime-naive-aware:
45
46
Aware and Naive Objects
0 commit comments