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