
22 Jun
2010
22 Jun
'10
2:45 p.m.
2010/6/20 Development <development@simulamen.eu>:
Quick question on whether it is possible to use the libvirt API exposed by the libvirt DLL compiled on a Vista machine to obtain the system time in UTC of the remote machine hosting several VMs? Many thanks...
There is no such feature in libvirt yet. But there is no reason why a function like time_t virConnectGetCurrentTime(virConnectPtr conn); could not be added to libvirt. Matthias