chg: Better timestamp (ISO 8601)

This commit is contained in:
Sayantan Santra 2023-08-11 00:13:49 -05:00
parent 37b4d1e172
commit a80d769567
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ appstate = {}
# Get a timestamp
time = datetime.now()
appstate['timestamp'] = time.strftime('%Y%m%d%H%M%S')
appstate['timestamp'] = time.strftime('%Y-%m-%dT%H:%M:%SZ')
# Read arguments
try: