Page 1 of 1

WebUI Date/Time UTC?

Posted: Wed Jul 26, 2023 3:35 pm
by pygr
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

Code: Select all

date.timezone=America/LosAngeles

Re: WebUI Date/Time UTC?

Posted: Thu Jul 27, 2023 3:16 am
by dougmccrary
Los Angeles
?

Re: WebUI Date/Time UTC?

Posted: Thu Jul 27, 2023 5:06 am
by pygr
Thanks Doug. That was it. When I changed /etc/php/8.2/apache2/php.ini to have

Code: Select all

date.timezone=America/Los_Angeles
the dates were for PDT.