vsanmetrics
vsanmetrics copied to clipboard
Performance metrics time fixed, requirements fixed
In python 3.7.3 I had to change pyVim to pyvim
time.mktime(something) threats something as local time and converts to UTC, while VCenter already provides time in UTC - changing to calendar.timegm(something) fixes the time for performance metrics