translations
[enigma2.git] / lib / python / Components / TimerList.py
index 6511f6f125768c2c0cca1c4f524e4453a3ac910d..b1e8bf4597a1143326615ae5a8cb8f3798e0126c 100644 (file)
@@ -26,6 +26,9 @@ RT_WRAP = 32
 def TimerEntryComponent(timer, processed):
        res = [ timer ]
        
 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" ]
        res.append((0, 0, 400, 30, 0, RT_HALIGN_LEFT, timer.service_ref.getServiceName()))
        repeatedtext = ""
        days = [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ]