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

Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Aug 20 02:34:26 CEST 2015


On Wed, Aug 19, 2015 at 8:21 PM, Chris Barker - NOAA Federal <
chris.barker at noaa.gov> wrote:

> 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?
>

https://mail.python.org/pipermail/datetime-sig/2015-August/000351.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/datetime-sig/attachments/20150819/7fd13933/attachment.html>


More information about the Datetime-SIG mailing list