On Fri, October 2, 2009 4:39 am, Bernard Mentink wrote:
> Hi All,
> It's that time of the year for us down-under in New Zealand. Since
> changing
> to daylight savings (clock forward an hour) my TV guide
> is an hour out. The clock on my PC is correct and the time on Freevo is
> shown correct, however the guide data shows programs an hour ahead.
>
> I have tried setting the variable  XMLTV_TIMEZONE='+1300', but it doesn't
> make any difference.
>
> My guide is obtained by dvbstreamer off the satellite.

This sounds like a bug in dvbstreamer, I need to apply a fix to the 1.x
branch but for the mean time its a simple fix to do by hand.
In the file src/plugins/schedule.c change line 326 from
    secs = mktime(startTime);
to
    secs = timegm(startTime);

recompile and reinstall. Then delete the epgX.db (where X is the number of
you dvb adapter) from ~/.dvbstreamer. Once you've tuned to several
channels you should have rebuilt the epg database.

Cheers

Adam


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to