provide local time for notifications

This commit is contained in:
rabuzarus 2016-12-22 00:28:52 +01:00
commit 2fcbba9410
11 changed files with 32 additions and 20 deletions

View file

@ -288,6 +288,7 @@ function notifications_content(&$a) {
'$item_url' => $it['url'],
'$item_text' => htmlentities($it['text']),
'$item_when' => $it['when'],
'$item_ago' => $it['ago'],
'$item_seen' => $it['seen'],
));
}