How to report the guest status using correct (local) timezone ?
Posted: 12. Oct 2020, 00:50
Hi forum
I have various guest VM's running on CentOS 7 host.
The host tz is set to local time. Clocks are correctly synced using ntp servers as usual.
I like to check the status of guest VM's using :
But this reports the status of each guest VM since datetime in UTC.
How to report the guest status using correct (local) timezone ?
How to change the time-zone setting of existing guest VM's ?
I can see VBoxManage has an option to set the guest time-zone, BUT this only applies when doing an install.
TIA's for any tips or clues.
I have various guest VM's running on CentOS 7 host.
The host tz is set to local time. Clocks are correctly synced using ntp servers as usual.
I like to check the status of guest VM's using :
Code: Select all
VBoxManage list vms -l | grep -e ^Name: -e ^State | sed s/\ \ //g | cut -d: -f2-How to report the guest status using correct (local) timezone ?
How to change the time-zone setting of existing guest VM's ?
I can see VBoxManage has an option to set the guest time-zone, BUT this only applies when doing an install.
TIA's for any tips or clues.