mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Switched to DST
This commit is contained in:
parent
0f9f3f057a
commit
9e9b85ede6
@ -8,7 +8,7 @@
|
||||
#
|
||||
# See the README file for copyright information and how to reach the author.
|
||||
#
|
||||
# $Id: getskyepg.pl 1.1 2002/12/01 11:00:00 kls Exp $
|
||||
# $Id: getskyepg.pl 1.2 2003/04/02 16:21:47 kls Exp $
|
||||
|
||||
use Getopt::Std;
|
||||
use Time::Local;
|
||||
@ -33,7 +33,7 @@ $SkyWebPage = "www.ananova.com/tv/frontpage.html";
|
||||
$WGET = "/usr/bin/wget -q -O-";
|
||||
$LOGGER = "/usr/bin/logger -t SKYEPG";
|
||||
|
||||
$DST = 0; ##XXX TODO find out whether DST is active!
|
||||
$DST = -3600; ##XXX TODO find out whether DST is active!
|
||||
$SecsInDay = 86400;
|
||||
|
||||
$MaxFrequency = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user