print time az 'Z' for UTC

This commit is contained in:
ROTTLER Tamas 2023-08-15 12:53:27 +02:00
parent f756ccaeb3
commit 65308f0ca8

View File

@ -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 = '-'