Ok found it so it turns out that there is a system time and a universal time. and knoppmyth will only set the system time on install, so there are a few extra steps in the install process that you must do by hand.<br><br>
One weakness of the knoppix-installer script is that it does not ask
you to enter your time zone during the installation process. You are
also not asked if you want to set your hardware clock to local time or
UTC. Solving these issues is not hard, though not particularly
intuitive. On the command line (as root), enter the following commands
(in this order):<br>
<span class="Code"><br>
1) tzconfig or tzsetup (to set time zone)<br>
2) date MMDDHHmmCCYY (to change the date & time)<br>
3) hwclock --localtime (to set hardware clock to local time)<br>
4) hwclock --systohc (to set system time to hardware clock)<br>
</span> <br>
Finally, you can check it to make that all is as it should be:<br>
<span class="Code"><br>
5) hwclock --show<br>
</span><br>Thanks for your help.<br><br><br><div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Ryan Ollerenshaw</b> <<a href="mailto:ryanollerenshaw@gmail.com">ryanollerenshaw@gmail.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="direction: ltr;">yes<br><br>
<div><span class="gmail_quote">On 3/3/06, <b class="gmail_sendername">Tim</b> <<a href="mailto:news@timandnoelle.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">news@timandnoelle.com</a>> wrote:
</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">
<div><span><font color="#0000ff" face="Arial" size="2">did you rerun mythtv-setup (grab the schedule again) and mythfilldatabase after correcting the system time and timezone?</font></span></div></div>
<div style="direction: ltr;"><span>
<div><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div><span><font color="#0000ff" face="Arial" size="2">tim</font></span></div></span></div><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br><br><br></blockquote></div><br>
</div></blockquote></div><br>