]> granicus.if.org Git - python/commit
Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 29 Mar 2015 23:10:14 +0000 (01:10 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 29 Mar 2015 23:10:14 +0000 (01:10 +0200)
commite4a994d6171f47ee9ba68ae1484d940349d62564
tree5157522ff66bdf1994acabd0c210ee1a9659b77e
parentdca028b86ade11441554f8cdb9d2ae56c119b413
Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and
datetime.time: round towards minus infinity ("floor") instead of rounding
towards zero ("down").
Modules/_datetimemodule.c