Use user's timezone in repo history

Test Plan: Looked at repo overview, repo history and commit detail.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4250
This commit is contained in:
vrana
2012-12-20 15:04:20 -08:00
parent ef214e94ce
commit ebe2a58f8a
6 changed files with 15 additions and 10 deletions

View File

@@ -51,6 +51,7 @@ final class DiffusionRepositoryController extends DiffusionController {
$handles = $this->loadViewerHandles($phids);
$history_table = new DiffusionHistoryTableView();
$history_table->setUser($this->getRequest()->getUser());
$history_table->setDiffusionRequest($drequest);
$history_table->setHandles($handles);
$history_table->setHistory($history);