Date and Time shown in the logs problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugappan
    Active Community Member
    • Aug 2017
    • 480

    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.
  • yuri
    Member
    • Mar 2014
    • 8619

    #2
    Hi,

    It's how it works. Not possible to configure unless you write your own log handler or formatter.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...