<div>I&#39;m encountering problems exporting recordings (via nuvexport) that were recorded before the time change related to daylight savings (Oct 29, 2006).&nbsp; For example, an episode of The Office that was recorded on Sept 28th:
<br><br>MySQL shows the following:<br><br><em>mysql&gt; select title,subtitle,starttime,basename from recorded where title = &#39;The Office&#39;;<br><br>+------------+--------------------+---------------------+-------------------------+
<br>| title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| subtitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | starttime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | basename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>+------------+--------------------+---------------------+-------------------------+<br>| The Office | The Convention&nbsp;&nbsp;&nbsp;&nbsp; | 2006-09-28 20:30:00 | 1025_20060928203000.mpg |
<br>+------------+--------------------+---------------------+-------------------------+<br></em><br>Both the starttime and the file name show a start time of 20:30.<br><br>However, nuvexport lists &quot;The Convention&quot; episode at an hour earlier:
<br><br><em>&nbsp;&nbsp;1. The Convention (Thu Sep 28 07:30 PM) 480x480 MPEG2 (4:3)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Michael organizes a party in his hotel room when he, Dwight and Jan<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;attend a convention in Philadelphia.</em><br><br>and it also attempts to transcode the file using that time as well (from nuvexport --debug):
<br><br><em>forking:<br>/usr/bin/nice -n19 /usr/bin/mythtranscode --showprogress -p &#39;0&#39; -c &#39;1025&#39; -s &#39;2006-09-28T19:30:00&#39; -f &quot;/tmp/fifodir_14123/&quot; --honorcutlist --fifosync 2&gt;&amp;1<br>
</em><br>This, of course, then fails with the following error:<br><br><em>2007-01-15 14:17:26.521 Using runtime prefix = /usr<br>2007-01-15 14:17:26.590 New DB connection, total: 1<br>2007-01-15 14:17:26.610 Enabled verbose msgs: important
<br>Couldn&#39;t find recording for chanid 1025 @ 2006-09-28T19:30:00<br></em></div>
<div>This does not happen for recordings which happened after the time change.&nbsp; </div>
<div>&nbsp;</div>
<div>So my question is: is this a bug in nuvexport, or a time configuration issue on my MythTV box?</div>
<div>&nbsp;</div>
<div>Any pointers on how to resolve this?</div>
<div>&nbsp;</div>
<div>&nbsp;</div>