From b939b024206bb3b54a418c3e96a6d25eb23a9472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 2 Feb 2021 05:10:31 +0100 Subject: [PATCH] Datetime --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a12dc2..e38954f 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ Datetime ```python from datetime import date, time, datetime, timedelta -from dateutil.tz import UTC, tzlocal, gettz, resolve_imaginary +from dateutil.tz import UTC, tzlocal, gettz, datetime_exists, resolve_imaginary ``` ### Constructors diff --git a/index.html b/index.html index a434637..76d104d 100644 --- a/index.html +++ b/index.html @@ -667,7 +667,7 @@ shuffle(<list>)
  • Time and datetime objects can be 'aware' <a>, meaning they have defined timezone, or 'naive' <n>, meaning they don't.
  • If object is naive, it is presumed to be in the system's timezone.
  • from datetime import date, time, datetime, timedelta
    -from dateutil.tz import UTC, tzlocal, gettz, resolve_imaginary
    +from dateutil.tz import UTC, tzlocal, gettz, datetime_exists, resolve_imaginary