예제 #1
0
파일: build.py 프로젝트: xinity/vespene
 def end_column(cls, obj):
     # when did this build finish?
     return format_time(obj.end_time)
예제 #2
0
 def last_completed_date_column(cls, obj):
     return format_time(obj.last_completed_date)
예제 #3
0
파일: build.py 프로젝트: xinity/vespene
 def start_column(cls, obj):
     # when did this build start?
     return html.escape(format_time(obj.start_time))
예제 #4
0
파일: build.py 프로젝트: zypox/vespene
 def start_column(cls, obj):
     # when did this build start?
     return format_time(obj.start_time)