[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-340-gad18e3d

Git Repo Owner noreply at mythtv.org
Fri Oct 11 13:18:12 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  ad18e3d69c19ab6e197e15d285844ccb49e16795 (commit)
      from  e3726aa78817b158c17456e855fe2f186cd190a7 (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 ad18e3d69c19ab6e197e15d285844ccb49e16795
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:10:22 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Fri, 11 Oct 2013 06:10:22 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ad18e3d69c19ab6e197e15d285844ccb49e16795

Add missing toUTC() conversions in the preview generator.
Without these conversions, modification timestamps on
backend-generated preview files are reported in local time, but
interpreted by the frontend as UTC.  The frontend then converts this
to local time and uses that to set the modification timestamp of the
locally cached preview, effectively back-dating the cached file in
most time zones.  This messes up date comparison logic for determining
whether to regenerate or reload the preview image.



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

Summary of changes:
 mythtv/libs/libmythtv/previewgenerator.cpp      |    4 ++--
 mythtv/libs/libmythtv/previewgeneratorqueue.cpp |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 



More information about the mythtv-commits mailing list