provide local time for notifications

This commit is contained in:
rabuzarus
2016-12-22 00:28:52 +01:00
parent 125d2f24dd
commit 2fcbba9410
11 changed files with 32 additions and 20 deletions
+1
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'],
));
}