From da533a6f584d1a0ea3c908e95d3ae0006fe48224 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 5 Jun 2007 19:08:13 +0000 Subject: [PATCH] s/2007/Time.now.year/ --- Filmnächte-Scraping.mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filmnächte-Scraping.mw b/Filmnächte-Scraping.mw index 8a5afe84..cd49fa84 100644 --- a/Filmnächte-Scraping.mw +++ b/Filmnächte-Scraping.mw @@ -75,7 +75,7 @@ class Event stunde, minute = $1, $2 end - @time = Time.local(2007, monat, tag, stunde, minute) + @time = Time.local(Time.now.year, monat, tag, stunde, minute) @title = spans['progTitle'] @description = spans['progTitleSpecialDay'].to_s end