X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FConversation.php;h=8fb078fce355eba6321f41cd1d1a91db7baef5e4;hb=23e1130264eebc28072c0d99b088eebfdb7890ab;hp=d8cbbf7cbb6dec2129ea5cdaab2c4bbbe5ad2a97;hpb=53ca59d9b645888ce28bccf6f3f7f45b1276795a;p=friendica.git diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index d8cbbf7cbb..8fb078fce3 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -669,6 +669,7 @@ class Conversation 'folders' => $folders, 'text' => strip_tags($body_html), 'localtime' => DateTimeFormat::local($item['created'], 'r'), + 'utc' => DateTimeFormat::utc($item['created'], 'c'), 'ago' => (($item['app']) ? $this->l10n->t('%s from %s', Temporal::getRelativeDate($item['created']), $item['app']) : Temporal::getRelativeDate($item['created'])), 'location_html' => $location_html, 'indent' => '',