X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FOnePoll.php;h=e42612cd31ffa10604fc7462aaaeb1b154170974;hb=d2d6200669ddce44ead1813d06c855d75aa6706b;hp=aa3eabf57d039bc861c8df290d26814d336b3c4c;hpb=833fe0e0dc29d21585d0b52b4fe2095c63e3d8f3;p=friendica.git diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index aa3eabf57d..e42612cd31 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -78,7 +78,7 @@ class OnePoll $last_updated = $contact['last-item']; } - $fields = ['last-item' => $last_updated, 'last-update' => $updated, 'success_update' => $updated]; + $fields = ['last-item' => DateTimeFormat::utc($last_updated), 'last-update' => $updated, 'success_update' => $updated]; self::updateContact($contact, $fields); Contact::unmarkForArchival($contact); } else {