On Wed, Aug 19, 2015 at 8:21 PM, Chris Barker - NOAA Federal < [email protected]> 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
_______________________________________________ Datetime-SIG mailing list [email protected] https://mail.python.org/mailman/listinfo/datetime-sig The PSF Code of Conduct applies to this mailing list: https://www.python.org/psf/codeofconduct/
