We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04cff4 commit 62ede15Copy full SHA for 62ede15
monitor.py
@@ -47,7 +47,7 @@ def main():
47
print("OS:\n\t",system["name"],system["version"])
48
49
# Time Info
50
- timestamp = datetime.datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S")
+ timestamp = datetime.datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%S+00:00")
51
uptime = int(time.time() - psutil.boot_time())
52
print("System Uptime:\n\t",uptime)
53
0 commit comments