PEP 495: Listed additional affected methods.
This commit is contained in:
parent
acc385bc72
commit
111ddfa3e8
|
@ -275,7 +275,9 @@ the ``fold`` value.
|
||||||
On the other hand, if object's ``tzinfo`` is set to a fold-aware
|
On the other hand, if object's ``tzinfo`` is set to a fold-aware
|
||||||
implementation, then the value of ``fold`` will affect the result of
|
implementation, then the value of ``fold`` will affect the result of
|
||||||
several methods but only if the corresponding time is in a fold or in
|
several methods but only if the corresponding time is in a fold or in
|
||||||
a gap: ``utcoffset()``, ``dst()``, ``tzname()``, and ``timetuple()``.
|
a gap: ``utcoffset()``, ``dst()``, ``tzname()``, ``astimezone()``,
|
||||||
|
``strftime()`` (if "%Z" or "%z" directive is used in the format
|
||||||
|
specification), ``isoformat()``, and ``timetuple()``.
|
||||||
|
|
||||||
|
|
||||||
Combining and splitting date and time
|
Combining and splitting date and time
|
||||||
|
|
Loading…
Reference in New Issue