Hi,
I notice that the date and time shown in the logs do not seem to use the TimeZone set in the server and for php. The time the following log entries are 2023-12-06 12:10:25 but the time in the log is something else. The timezone set in espocrm is correct and is as follows:
PHP Code:
'cacheTimestamp' => 1701835562,
'useCache' => true,
'recordsPerPage' => 20,
'recordsPerPageSmall' => 5,
'applicationName' => 'eMAS DMS',
'version' => '7.2.4',
'timeZone' => 'Asia/Kuala_Lumpur',
'dateFormat' => 'DD/MM/YYYY',
'timeFormat' => 'hh:mm a',
'weekStart' => 1,
'thousandSeparator' => ',',
'decimalMark' => '.',
'exportDelimiter' => ';',
Appreciate help.
Comment