Fixes for the milliseconds

This commit is contained in:
Pinga 2023-11-09 01:01:23 +02:00
parent 63aa36ff0a
commit 7f435b6721
5 changed files with 21 additions and 14 deletions

View file

@ -365,7 +365,7 @@ class ContactsController extends Controller
$db->beginTransaction();
try {
$currentDateTime = new DateTime();
$currentDateTime = new \DateTime();
$crdate = $currentDateTime->format('Y-m-d H:i:s.v');
$db->insert(
'contact',