X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FConversation.php;h=af96deebdb2b7a9d5f2a1b5f480c8bfd8533f1f2;hb=30dcf3380c8c06b2b8b2583e38282857fec41b3c;hp=d8cbbf7cbb6dec2129ea5cdaab2c4bbbe5ad2a97;hpb=63da4a75e9da71a2decebd81b62554457dbd1fb5;p=friendica.git diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index d8cbbf7cbb..af96deebdb 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -1,6 +1,6 @@ $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' => '',