Hi @zvorak,
It seems as though you simply commented this block in the KTR files:
<!--<hop> <from>Get Now</from><to>Seize lock</to><enabled>Y</enabled> </hop>-->
While this bypasses the issue because the call will not be made, it is not a solution.
This error confuses me:
Because 09/Jul/2018:09:56:29
seems to correspond with the dd/MMM/yyyy:HH:mm:ss
format.
Are you saying the TZ set for PHP via the date.timezone
directive, the TZ set at the machine’s level [/etc/localtime, /etc/timezone] and the MySQL TZ do not all match? If so, then they should be aligned. If I have misunderstood you, can you please reiterate and also provide the output for:
$ date
$ php -i |grep date.timezone
and:
mysql> SELECT @@system_time_zone;
Thank you,