[mythtv-commits] Ticket #3372: nuvexport fails to export recordings because of off by one hour starttime

MythTV mythtv at cvs.mythtv.org
Sat Apr 28 09:04:27 UTC 2007


#3372: nuvexport fails to export recordings because of off by one hour starttime
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  xris   
     Type:  defect                |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  perl / nuvexport      |     Version:  head   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 For some recordings, nuvexport gives a off by one hour starttime to
 mythtranscode:

 {{{
 WRONG:
 /usr/local/bin/mythtranscode --showprogress -p '0' -c '1004' -s
 '2007-03-02T21:00:00' -f "/tmp/fifodir_3294/" --honorcutlist >&1

 CORRECT:
 /usr/local/bin/mythtranscode --showprogress -p '0' -c '1004' -s
 '2007-03-02T20:00:00' -f "/tmp/fifodir_3294/" --honorcutlist >&1
 }}}

 This seems to be related to daylight saving time. If a recording was made
 during "winter time" and is tried to export in "summer time" this problem
 occurs.

 All other myth programs, mythweb etc. handle these recordings fine. In DB
 in recorded table the starttime is the correct one but for some reason
 nuvexport gives an incorrect time to mythtranscode.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3372>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list