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.