[mythtv-firehose] mythtv branch master updated by wagnerrp. v0.27-pre2-378-gd5199f2

Git Repo Owner noreply at mythtv.org
Mon Dec 17 00:24:05 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  d5199f2d5ba6c9c3c7ac6d1aff1ab665f910d10e (commit)
      from  0e155f7c5ff0b67b8e0750ea7d866bb88eea04dc (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 d5199f2d5ba6c9c3c7ac6d1aff1ab665f910d10e
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 16 Dec 2012 19:19:45 -0500
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 16 Dec 2012 19:19:45 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d5199f2d5ba6c9c3c7ac6d1aff1ab665f910d10e

Improve handling of timezones with limited historical data.
The timezone database only requires that timezones have data dating back
to the UNIX epoch start, and any stored dates prior to that will cause
the timezone handling to fail conversion between local and UTC. This
allows such dates being received from the database to be handled by
catching the error, and keeping such timestamps in UTC. This also alters
the default timestamp for a number of objects to be in 1900/01/01 in UTC
rather than local time.



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

Summary of changes:
 mythtv/bindings/python/MythTV/__init__.py   |    2 +-
 mythtv/bindings/python/MythTV/database.py   |   10 +++++-
 mythtv/bindings/python/MythTV/dataheap.py   |   10 ++++--
 mythtv/bindings/python/MythTV/exceptions.py |   32 +++++++++++++++++++
 mythtv/bindings/python/MythTV/static.py     |   44 ++++++++++++++------------
 mythtv/bindings/python/MythTV/utility/dt.py |   14 ++++----
 6 files changed, 78 insertions(+), 34 deletions(-)

-- 



More information about the mythtv-firehose mailing list