X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0f3627c7217271af00b5872bacfea1a18d7867a4..6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61:/lib/python/Components/TimerList.py?ds=sidebyside 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" ]