Skip to content

Commit 62ede15

Browse files
author
MF Softworks
committed
[script] updated timestamp to iso 8601 format
1 parent a04cff4 commit 62ede15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
print("OS:\n\t",system["name"],system["version"])
4848

4949
# Time Info
50-
timestamp = datetime.datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S")
50+
timestamp = datetime.datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%S+00:00")
5151
uptime = int(time.time() - psutil.boot_time())
5252
print("System Uptime:\n\t",uptime)
5353

0 commit comments

Comments
 (0)