diff --git a/README.md b/README.md index ef51439..2987d84 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,7 @@ from dateutil.tz import UTC, tzlocal, gettz, resolve_imaginary "Thursday, 14th of May '15, 11:39PM UTC+02:00" ``` * **When parsing, `'%z'` also accepts `'±HH:MM'`.** +* **For abbreviated weekday and month use `'%a'` and `'%b'`.** ### Arithmetics ```python diff --git a/index.html b/index.html index 0bc80f6..52f7b27 100644 --- a/index.html +++ b/index.html @@ -702,6 +702,7 @@ shuffle(<list>)
'%z'
also accepts '±HH:MM'
.'%a'
and '%b'
.<D/DT> = <D/DT> ± <TD> # Result can fall into missing hour.
<TD> = <D/DT> - <D/DT> # Returns the difference, ignoring time jumps.