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"
|
uptimestr += f"{uptime // 3600:2}h"
|
||||||
boottime = vm.runtime.bootTime
|
boottime = vm.runtime.bootTime
|
||||||
if boottime:
|
if boottime:
|
||||||
boottime = boottime.strftime('%Y-%m-%d %H:%M')
|
boottime = boottime.strftime('%Y-%m-%d %H:%MZ')
|
||||||
else:
|
else:
|
||||||
boottime = 'off'
|
boottime = 'off'
|
||||||
uptimestr = '-'
|
uptimestr = '-'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user