PEP 495: Listed additional affected methods.

This commit is contained in:
Alexander Belopolsky 2015-08-30 22:15:10 -04:00
parent acc385bc72
commit 111ddfa3e8
1 changed files with 3 additions and 1 deletions

View File

@ -275,7 +275,9 @@ the ``fold`` value.
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
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