diff --git a/commands/SyncController.php b/commands/SyncController.php index 0df6a920..20ffd42c 100644 --- a/commands/SyncController.php +++ b/commands/SyncController.php @@ -41,7 +41,7 @@ class SyncController extends Controller { "confidence" => $value->confidence, "enable_door" => $value->enable_door, "encoded_person_image" => $value->encoded_person_image, - "frametime" => $value->frametime, + "frametime" => date("Y-m-d H:i:s", $value->frametime), "id" => $value->face_id, "image" => $value->image, "name" => $value->name, diff --git a/db/app.db b/db/app.db index 40061df8..12143e87 100644 Binary files a/db/app.db and b/db/app.db differ