Page 1 of 1

5.95 creationDateTime and editingDateTime not recognized

Posted: 2021-04-20 14:16
by onoehring
Hi,

I have set the app settings to use those as shown in the image
local2.png
local2.png (8.56 KiB) Viewed 1465 times
Unfortunately AG ignored the settings and even changing the config.php to this

Code: Select all

'MySQLDateFormat' => "%d.%m.%Y",
'PHPDateFormat' => "d.m.Y",
'PHPDateTimeFormat' => "d.m.Y, H:i:s",
does not help.

The data that is saved to the database looks like this:

Code: Select all

20.4.2021 04:10:40 pm
but I would expect it to look like this (should be like the following - 24 hour with leading month and day 0)

Code: Select all

20.04.2021 16:10:40
Olaf