print time az 'Z' for UTC
This commit is contained in:
parent
f756ccaeb3
commit
65308f0ca8
@ -91,7 +91,7 @@ def main():
|
||||
uptimestr += f"{uptime // 3600:2}h"
|
||||
boottime = vm.runtime.bootTime
|
||||
if boottime:
|
||||
boottime = boottime.strftime('%Y-%m-%d %H:%M')
|
||||
boottime = boottime.strftime('%Y-%m-%d %H:%MZ')
|
||||
else:
|
||||
boottime = 'off'
|
||||
uptimestr = '-'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user