V1.15.1
PHP 7.3
Apache 2.4
Maria 10.3
I have noticed that when trying to print Tickets, the Time that is displayed is in GMT instead of my local timezone. I have the server timezone set and other time functions work. I have found the following .
\upload\include\staff\templates\ticket-print.tmpl.php
Lines 123 and 132 Have the format for the time as Misc:gmtime which I take it to be GMT time since its exactly 6 hours ahead of my timezone. Can I change that to my timezone in the same format as the php config file so that it prints the correct printing time? Or is this not configurable?