]> git.mxchange.org Git - friendica.git/blobdiff - src/Navigation/Notifications/Factory/FormattedNavNotification.php
Fixes for the notifications
[friendica.git] / src / Navigation / Notifications / Factory / FormattedNavNotification.php
index 84b622fcb25dd80abb6245b84f93288c7034f5a6..d8d6dc029d255b75aa492a6a708bcc233fe37bcf 100644 (file)
@@ -133,7 +133,7 @@ class FormattedNavNotification extends BaseFactory
                return $this->createFromParams(
                        self::$contacts[$intro->cid],
                        $this->l10n->t('{0} wants to follow you'),
-                       new \DateTime($intro->datetime, new \DateTimeZone('UTC')),
+                       $intro->datetime,
                        new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
                );
        }