fix formatting of end time

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3138 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-01-11 15:03:27 +00:00
parent 78d28056cf
commit 97569c4113

View file

@ -125,8 +125,7 @@ class WorkItemDetails(TrackDetails):
@Lazy
def end(self):
ts = self.formatTimeStamp(self.track.end)
return ts and ts[-5:] or ''
return self.formatTimeStamp(self.track.end, 'time')
@Lazy
def duration(self):