5.95 creationDateTime and editingDateTime not recognized

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

5.95 creationDateTime and editingDateTime not recognized

Post by onoehring » 2021-04-20 14:16

Hi,

I have set the app settings to use those as shown in the image
local2.png
local2.png (8.56 KiB) Viewed 1461 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

Post Reply