From 9f1e91149072a768ac62cb5a5db585b77f49c731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 20 Apr 2022 13:09:44 +0200 Subject: [PATCH] Datetime --- README.md | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e64659..f324893 100644 --- a/README.md +++ b/README.md @@ -649,7 +649,7 @@ from dateutil.tz import UTC, tzlocal, gettz, datetime_exists, resolve_imaginary >>> dt.strftime("%A, %dth of %B '%y, %I:%M%p %Z") "Thursday, 14th of May '15, 11:39PM UTC+02:00" ``` -* **`'%Z'` only accepts `'UTC/GMT'` and local timezone's code. `'%z'` also accepts `'±02:00'`.** +* **`'%Z'` only accepts `'UTC/GMT'` and local timezone's code. `'%z'` also accepts `'±HH:MM'`.** * **For abbreviated weekday and month use `'%a'` and `'%b'`.** ### Arithmetics diff --git a/index.html b/index.html index 1b1d7ea..4065966 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@
- +
@@ -578,7 +578,7 @@ to_exclusive = <range>.stop

Arithmetics

<D/DT>   = <D/DT>  ± <TD>                   # Returned datetime can fall into missing hour.
@@ -2887,7 +2887,7 @@ $ pyinstaller script.py --add-data '<path>:.'