WebUI Date/Time UTC?
Posted: Wed Jul 26, 2023 3:35 pm
System time zone, database time zone and PHP time zone are all set to America/Los_Angeles, but on the Log and Events views of the WebUI, the times are shown as UTC.
How can the WebUI be made to show Date/Time for my local time zone?
"date" in the command line shows local time. Database event entries are in local time. Database log entries are in Unix time. /etc/php/8.2/apache2/php.ini has
How can the WebUI be made to show Date/Time for my local time zone?
"date" in the command line shows local time. Database event entries are in local time. Database log entries are in Unix time. /etc/php/8.2/apache2/php.ini has
Code: Select all
date.timezone=America/LosAngeles