summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-02 16:21:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-02 16:21:47 +0200
commit9e9b85ede67e2b231bf02bd075ccdf458cbf8ba0 (patch)
treee9b82c64c718068c60c73fd1c8e7a551227d1764
parent0f9f3f057adb096040930c5805f28096894854a4 (diff)
downloadvdr-9e9b85ede67e2b231bf02bd075ccdf458cbf8ba0.tar.gz
vdr-9e9b85ede67e2b231bf02bd075ccdf458cbf8ba0.tar.bz2
Switched to DST
-rwxr-xr-xPLUGINS/src/sky/getskyepg.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/sky/getskyepg.pl b/PLUGINS/src/sky/getskyepg.pl
index 511d2f2c..46c2d7ff 100755
--- a/PLUGINS/src/sky/getskyepg.pl
+++ b/PLUGINS/src/sky/getskyepg.pl
@@ -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;