<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 19, 2015 at 8:30 PM, Tim Peters <span dir="ltr"><<a href="mailto:tim.peters@gmail.com" target="_blank">tim.peters@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> Maybe I should hand-code this rule as demo/test case.<br>
<br>
</span>This is soooo sad - you're clearly becoming a timezone wonk ;-)</blockquote></div><br>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). </div><div class="gmail_extra"><br></div><div class="gmail_extra">BTW, how do you like my new algorithm for inverting x + f(x)?</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/abalkin/cpython/blob/7c30620c1789ee6ecead945513e2b34ce0c24d26/Lib/test/datetimetester.py#L4328">https://github.com/abalkin/cpython/blob/7c30620c1789ee6ecead945513e2b34ce0c24d26/Lib/test/datetimetester.py#L4328</a> </div></div>