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:
parent
78d28056cf
commit
97569c4113
1 changed files with 1 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue