]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/OnePoll.php
old behaviour restored
[friendica.git] / src / Worker / OnePoll.php
index aa3eabf57d039bc861c8df290d26814d336b3c4c..e42612cd31ffa10604fc7462aaaeb1b154170974 100644 (file)
@@ -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 {