Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the correct "completed" time in Harbormaster display UI
Summary: Fixes T12883. The task seems correct to me and I think this is a copy/paste mistake that probably blames to me.

Test Plan: Fiddled these numbers, viewed a build in Harbormaster, saw the adjusted time.

Reviewers: chad, amckinley

Reviewed By: chad

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T12883

Differential Revision: https://secure.phabricator.com/D18177
  • Loading branch information
epriestley committed Jun 30, 2017
1 parent 4e047f7 commit eab8d8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ public function handleRequest(AphrontRequest $request) {
if ($ended) {
$when[] = pht(
'Completed at %s',
phabricator_datetime($started, $viewer));
phabricator_datetime($ended, $viewer));

$duration = ($ended - $started);
if ($duration) {
Expand Down

0 comments on commit eab8d8a

Please sign in to comment.