Announcement

Collapse
No announcement yet.

Date and Time shown in the logs problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Date and Time shown in the logs problem


    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.


    Click image for larger version  Name:	Screenshot_1.png Views:	0 Size:	16.3 KB ID:	100403
    Last edited by murugappan; 12-06-2023, 04:15 AM.

  • #2
    Hi,

    It's how it works. Not possible to configure unless you write your own log handler or formatter.

    Comment

    Working...
    X