PEP 495: Corrected the missing time rule for timestamp.
This commit is contained in:
parent
bef964294e
commit
86e9b6efcc
|
@ -198,7 +198,7 @@ is always the same as the offset right after the gap.
|
|||
|
||||
The value returned by ``dt.timestamp()`` given a missing
|
||||
``dt`` will be the larger of the two "nice to know" values
|
||||
if ``dt.first == True`` and the larger otherwise.
|
||||
if ``dt.first == True`` and the smaller otherwise.
|
||||
|
||||
For example, on a system set to US/Eastern timezone::
|
||||
|
||||
|
|
Loading…
Reference in New Issue