mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
chg: Better timestamp (ISO 8601)
This commit is contained in:
parent
37b4d1e172
commit
a80d769567
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ appstate = {}
|
||||||
|
|
||||||
# Get a timestamp
|
# Get a timestamp
|
||||||
time = datetime.now()
|
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
|
# Read arguments
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue