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