honey trap changes

This commit is contained in:
edmondlang
2023-05-30 19:06:28 +08:00
parent 839cce3320
commit f37d775e97
@@ -120,6 +120,6 @@ class ImportHoneyTrapController
{
$unixTime = (($date - 25569) * 86400);
$date = new DateTime("@$unixTime");
return $date->format('d/m/Y');
return $date->format('Y-m-d'); // Change the format to 'Y-m-d'
}
}