diff --git a/templates/item.php b/templates/item.php
index aaf8316..c566712 100644
--- a/templates/item.php
+++ b/templates/item.php
@@ -30,7 +30,7 @@
- = dt('%e %B %Y %k:%M', $item['updated']) ?>
+ = Helper\relative_time(dt('%e %B %Y %k:%M', $item['updated'])) ?>
= t('original link') ?>
@@ -43,4 +43,4 @@
= \PicoTools\Template\load('bookmark_links', array('item' => $item, 'menu' => $menu, 'offset' => $offset, 'source' => '')) ?>
= \PicoTools\Template\load('status_links', array('item' => $item, 'redirect' => $menu, 'offset' => $offset)) ?>
-
\ No newline at end of file
+