Hello,
I have a self hosted engine HCI environment that was born in 4.0.5 through the ansible/gdeploy mechanism and then gradually updated to 4.1.7
Now the engine and host are at CentOS 7.4 level. Inside the gdeploy jobs the engine vm was installed through the appliance at the 4.0.5 time.
I see in web admin gui that hw clock of engine vm is configured as UTC (so far so good) and the same is inside the OS. And I would like to change it to UTC+1 like the 3 hosts
I also see that neither chronyd nor ntpd are installed on engine vm.
Can I fix the situation the normal os level way:

- timedatectl set-timezone "Europe/Rome"

- install and configure chronyd
or better not to configure time sync in engine vm?

Thanks,
Gianluca