tv_grab_ch_search, 1 hour time offset (workaround)

Thomas Winteler <[email protected]>
Newsgroups gmane.comp.tv.xmltv.general
Message-ID <[email protected]>
Hey all Swiss grabber ;)

I got fixed it.. :)

my versions i use:
tv_grab_ch_search --version
XMLTV module version 0.5.59
This is tv_grab_ch_search.in version 1.14, 2010/10/26 08:43:10

solution for me that works:
sudo vi /usr/local/bin/tv_grab_ch_search (or where ever it is)

add: "use POSIX;" after "#!/usr/bin/perl"

#!/usr/bin/perl
# added by thomi - 20110329 - DST time problem
use POSIX;
...


and changed lines near: ## the timezone tv.search.ch lives in is,
CET/CEST (154-157 in my case)
...
## the timezone tv.search.ch lives in is, CET/CEST
## WORKAROUND DST CHANGE 20110329 - thomi - bhaak
http://sourceforge.net/tracker/?func=detail&aid=3098768&group_id=39046&atid=424135
my constant $TZ = strftime("%z",localtime);
##my constant $TZ = "+0100";
...

source: https://sourceforge.net/tracker/?func=detail&aid=3098768&group_id=39046&atid=424135
Thanks to Patric for this workaround.. solution ;)

kind regards
thomi

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.