]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation.php
Move title attribute to <time> tag
[friendica.git] / src / Content / Conversation.php
index d8cbbf7cbb6dec2129ea5cdaab2c4bbbe5ad2a97..8fb078fce355eba6321f41cd1d1a91db7baef5e4 100644 (file)
@@ -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'               => '',