Assuming that you don’t have VMs with different TZs then change all Windwos VMs to your local TZ(here EST) with
# /usr/share/ovirt-engine/dbscripts/engine-psql.sh -c "update vm_static SET time_zone='Eastern Standard Time' where os in ('1','3','4','10','11','12','16','17','20','21','23','25','26','27','29','31')";
And also for all non-Windows VMs to 'Etc/GMT’ with
# /usr/share/ovirt-engine/dbscripts/engine-psql.sh -c "update vm_static SET time_zone='Etc/GMT' where os not in ('1','3','4','10','11','12','16','17','20','21','23','25','26','27','29','31')”;
That will cover HostedEngine as well, and it should fix the CL update problem.
Caveat - I havent’ tried that and it’s not tested.
Doublecheck it has been set.