[mythtv-commits] Ticket #11342: mythweb recording download not working anymore

MythTV noreply at mythtv.org
Thu Jan 10 16:18:35 UTC 2013


#11342: mythweb recording download not working anymore
-------------------------------------+-------------------------------------
     Reporter:  martin.ereth@…       |      Owner:  kormoc
         Type:  Bug Report -         |     Status:  new
  Hang/Deadlock                      |  Milestone:  0.26.1
     Priority:  major                |    Version:  0.26
    Component:  Plugin - MythWeb     |   Keywords:  mythweb recording
     Severity:  medium               |  download timezone
Ticket locked:  0                    |
-------------------------------------+-------------------------------------
 Due to timezone changes from 0.25 to 0.26 I am not able to download
 recordings in mythweb any more.

 mythweb/modules/stream/tv.pl is not able to find the recording by
 SELECTing with chanid and starttime from DB because starttime is in local
 time and DB time is in UTC.

 This is what I have done to get it going again:

 {{{
 mythweb/modules/stream/tv.pl, line 29
 - WHERE starttime=FROM_UNIXTIME(?)
 + WHERE starttime=CONVERT_TZ(FROM_UNIXTIME(?), \'Europe/Berlin\', \'UTC\')
 }}}

 Maybe a dev is able to change this thing so that it works for all users?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11342>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list