WebUI Date/Time UTC?

Current Development version likely to have breaking changes
Post Reply
pygr
Posts: 48
Joined: Fri Apr 21, 2023 11:49 pm

WebUI Date/Time UTC?

Post 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
dougmccrary
Posts: 1336
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: WebUI Date/Time UTC?

Post by dougmccrary »

Los Angeles
?
pygr
Posts: 48
Joined: Fri Apr 21, 2023 11:49 pm

Re: WebUI Date/Time UTC?

Post 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.
Post Reply