@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Show time on Drydock logs

Summary: Show the time in addition to the date in the Drydock logs.

Test Plan: Brought forward from D10479.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: joshuaspence, Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10909

+1 -1
+1 -1
src/applications/drydock/view/DrydockLogListView.php
··· 35 35 ), 36 36 $log->getLeaseID()), 37 37 $log->getMessage(), 38 - phabricator_date($log->getEpoch(), $viewer), 38 + phabricator_datetime($log->getEpoch(), $viewer), 39 39 ); 40 40 } 41 41