On Sat, Sep 19, 2015 at 8:30 PM, Tim Peters <[email protected]> wrote:
> > Maybe I should hand-code this rule as demo/test case. > > This is soooo sad - you're clearly becoming a timezone wonk ;-) No, I just want to close the timezone issue in Python once and for all. Despite its reputation, the issue is trivial: its all about a bunch of piecewise constant functions and very simple expressions like x + f(x). BTW, how do you like my new algorithm for inverting x + f(x)? https://github.com/abalkin/cpython/blob/7c30620c1789ee6ecead945513e2b34ce0c24d26/Lib/test/datetimetester.py#L4328
_______________________________________________ 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/
