[mythtv-commits] mythtv branch master updated by wagnerrp. v0.26-rc2-52-g9c4e49c

Git Repo Owner noreply at mythtv.org
Fri Sep 28 20:45:30 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  9c4e49c0cb14b94eca4371b7c0e89f9b2c168eef (commit)
      from  358af8a26dcb6de01a9547767d9015e97a662be7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9c4e49c0cb14b94eca4371b7c0e89f9b2c168eef
Author:    Raymond Wagner <rwagner at mythtv.org> at Fri, 28 Sep 2012 16:43:29 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Fri, 28 Sep 2012 16:43:29 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9c4e49c0cb14b94eca4371b7c0e89f9b2c168eef

Force all datetime objects to be timezone aware.
This works around some strangeness in the modified datetime class due to
it being derived from a native C object. The timezone was being set to
None in the base class's __new__ function, and the corrected timezone
was ignored when set by the derived class's __init__.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/bindings/python/MythTV/utility/dt.py |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

-- 



More information about the mythtv-commits mailing list