Hello,
In v4.5, the PHP time is not set, which causes the timing in, for example, /var/log/vitalpbx/authentications.log
to be incorrect. (There may be some other places as well)
Could you please ensure that the timezone configured in the GUI is also written to /etc/php/8.2/cli/php.ini
as follows:
date.timezone = "America/New_York"
Thank you