From: Vinzenz Feenstra
Changes since v3:
- Made zone optional, and won't fail if the name can't be looked up.
- Removed unncessary check for g_new0 allocation failure
Vinzenz Feenstra (1):
qga: Add `guest-get-timezone` command
qga/commands.c | 34 ++
qg
From: Vinzenz Feenstra
Adds a new command `guest-get-timezone` reporting the currently
configured timezone on the system. The information on what timezone is
currently is configured is useful in case of Windows VMs where the
offset of the hardware clock is required to have the same offset. This
c