From b2b607562e91d3fe424a82f8e318c5dae3694bcd Mon Sep 17 00:00:00 2001 From: TATHAGATA ROY Date: Tue, 20 Jun 2023 13:13:45 +0000 Subject: [PATCH] Recommendation of DateType in the datetime documentation --- Doc/library/datetime.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index bed19ad145a20c5..5adebefd1793ffc 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -33,6 +33,9 @@ on efficient attribute extraction for output formatting and manipulation. Package `dateutil `_ Third-party library with expanded time zone and parsing support. + Repository `DateType `_ + It can be used to improve type checking of naive vs. aware datetimes. + .. _datetime-naive-aware: Aware and Naive Objects