[Datetime-SIG] PEP-0500 (Alternative datetime arithmetic) Was: PEP 495 ... is ready ...

Chris Barker - NOAA Federal chris.barker at noaa.gov
Thu Aug 20 02:21:12 CEST 2015


where is a bug in the following calculation?


>>> print(lt)
2015-03-07 12:00:00-05:00
>>> lt += timedelta(1)
>>> print(lt)
2015-03-08 12:00:00-05:00


um, nowhere?

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/datetime-sig/attachments/20150819/5321fc32/attachment.html>


More information about the Datetime-SIG mailing list