diff --git a/public_html/js/Presenters/HistoryPresenter.js b/public_html/js/Presenters/HistoryPresenter.js
index dd68313f..01beafb8 100644
--- a/public_html/js/Presenters/HistoryPresenter.js
+++ b/public_html/js/Presenters/HistoryPresenter.js
@@ -63,6 +63,7 @@ App.Presenters.HistoryPresenter = function(
function renderHistory($page, historyItems) {
$page.append(templates.history({
formatRelativeTime: util.formatRelativeTime,
+ formatAbsoluteTime: util.formatAbsoluteTime,
history: historyItems}));
}