<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 24, 2015 at 8:07 PM, Guido van Rossum <span dir="ltr"><<a href="mailto:guido@python.org" target="_blank">guido@python.org</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">Sounds to me like Tim and Stuart disagree on the definition of conversion, though.</blockquote></div><br>That's not surprising given that Tim's .fromutc() [1] *does not* change .tzinfo  (so arguably it is not a timezone conversion) but *does* involve arithmetic (because ignoring the DST nonsense, it is just dt + dt.utcoffset()).</div><div class="gmail_extra"><br></div><div class="gmail_extra">Fortunately, Tim has established that there are only two people in the world that need to understand any of this, but Stuart is one of them. :-)</div><div class="gmail_extra"><br></div><div class="gmail_extra">[1]: <a href="https://hg.python.org/cpython/file/v3.5.0rc1/Lib/datetime.py#l957">https://hg.python.org/cpython/file/v3.5.0rc1/Lib/datetime.py#l957</a> </div></div>