Date format not working in 5.6.3.2

Permalink
In 5.6.3.2, I have tried this in site.php:
define('DATE_APP_GENERIC_MDYT', 'd/m/Y \a\t g:i A');
define('DATE_APP_GENERIC_MDY', 'd/m/Y');
define('DATE_APP_DATE_PICKER', 'dd/mm/yy');


But this does not seem to have any effect on dates in the logs. The logs are still displayed in m/d/Y format.

I tried this in older versions and it's working fine but not in 5.6.3.2.

Is there anything else I need to add in 5.6.3.2?

BlueFractals
 
hutman replied on at Permalink Reply
hutman
It looks like this is using CUSTOM_DATE_APP_GENERIC_TS or CUSTOM_DATE_APP_GENERIC_T depending if it shows seconds or not