On Fri, Sep 11, 2015 at 10:00 PM, Random832 <random832@fastmail.com> wrote: > > The current datetime rules, such as they are, as far as I am aware, > order all aware datetimes (except spring-forward) according to the UTC > moment they map to.
No. See the library reference manual: "If both comparands are aware, and have the same tzinfo attribute, the common tzinfo attribute is ignored and the base datetimes are compared." <https://docs.python.org/3/library/datetime.html>