Hello Manfred,which version of WebADM are you running? The old versions (<1.5.6) set the timezone after reading time_zone in webadm.conf. The newer ones are supposed to use the system's configuration.
timedatectl set-timezone Europe/Berlin
=> Failed to set time zone: Access denied
ls -al /etc/localtime
lrwxrwxrwx. 1 root root 24 Oct 23 16:15 /etc/localtime -> /usr/share/zoneinfo/Etc/
Now I've brought out the sledgehammer:
Out of curiosity, what does grep time_zone /opt/webadm/conf/webadm.conf give?Also, can you check what ls -al /etc/localtime give right after you've reset the time zone, and then again after you've restarted the webadm service (and confirmed the time zone was changed)?
Out of curiosity, what does grep time_zone /opt/webadm/conf/webadm.conf give?Also, can you check what ls -al /etc/localtime give right after you've reset the time zone, and then again after you've restarted the webadm service (and confirmed the time zone was changed)?