I did the datadirect.cpp hack to fix my daylight savings problem, see: http://www.gossamer-threads.com/lists/mythtv/users/122546

 

>I've come to the same conclusion. I've temporarily fixed mine by
>changing line 78 in datadirect.cpp from:
>
>int timesecs = basedt.secsTo(UTCdt);
>
>to:
>
>int timesecs = basedt.secsTo(UTCdt) + 3600; // add one hour
>
>Times are all correct now.

 

And, it seemed like it worked, but there is a problem.  I lose all listings from 11:00 PM to midnight

 

I also saw postings in that thread about downgrading QT from 3.3.4 to 3.3.3.  I’m a little bit nervous about doing that, as quite a bit of things depend on this library.

 

Is there an official solution yet? 

 

Thanks!

 

william

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to