Why Create User do not work,..???

I moved your threads to the international section.

Your problem might be caused by a timezone difference between PHP and MySQL. By default shopware uses Europe/Berlin as PHP default. You can change this via your config.php (in the root folder of shopware) like this:

  ....
  ),
  'phpsettings' => [
    'date.timezone' => 'Europe/Berlin',
  ]
);