From 625c1df5cae26451d306f5f7e2f4f68402be63dd Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 17 Nov 2005 05:18:13 +0000 Subject: the timer sucks --- lib/python/Components/TimerList.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python') diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 6511f6f1..b1e8bf45 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -26,6 +26,9 @@ RT_WRAP = 32 def TimerEntryComponent(timer, processed): res = [ timer ] + print time.strftime("%c", time.localtime(timer.begin)) + print time.strftime("%c", time.localtime(timer.end)) + res.append((0, 0, 400, 30, 0, RT_HALIGN_LEFT, timer.service_ref.getServiceName())) repeatedtext = "" days = [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ] -- cgit v1.2.3