From 3f5b66c67ca9bd92932f8f4db27f7dd44e0cc08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 22 Dec 2021 15:13:22 +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 76ac31d..26d9f3b 100644 --- a/README.md +++ b/README.md @@ -602,7 +602,7 @@ from dateutil.tz import UTC, tzlocal, gettz, datetime_exists, resolve_imaginary ``` * **Use `'.weekday()'` to get the day of the week (Mon == 0).** * **`'fold=1'` means the second pass in case of time jumping back for one hour.** -* **TD converts and normalizes args to ±days, seconds (< 86,400) and microseconds (< 1M).** +* **TD converts and normalizes args to ±days, seconds (< 86 400) and microseconds (< 1M).** ### Now ```python diff --git a/index.html b/index.html index c12d42b..2fca51f 100644 --- a/index.html +++ b/index.html @@ -530,7 +530,7 @@ to_exclusive = <range>.stop

Now

<D/DTn>  = D/DT.today()                     # Current local date or naive datetime.
 <DTn>    = DT.utcnow()                      # Naive datetime from current UTC time.