Ejemplo n.º 1
0
 def end_column(cls, obj):
     # when did this build finish?
     return format_time(obj.end_time)
Ejemplo n.º 2
0
 def last_completed_date_column(cls, obj):
     return format_time(obj.last_completed_date)
Ejemplo n.º 3
0
 def start_column(cls, obj):
     # when did this build start?
     return html.escape(format_time(obj.start_time))
Ejemplo n.º 4
0
 def start_column(cls, obj):
     # when did this build start?
     return format_time(obj.start_time)