mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 01:55:59 +02:00
Fixes for the milliseconds
This commit is contained in:
parent
63aa36ff0a
commit
7f435b6721
5 changed files with 21 additions and 14 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue