mirror of https://github.com/ARMmbed/mbed-os.git
Change date key to UTC ISO 8601 format
parent
6ef384b7fe
commit
05dce1206e
|
@ -105,7 +105,7 @@ def add_result_to_report(report, result):
|
|||
report - the report to append to
|
||||
result - the result to append
|
||||
"""
|
||||
result["date"] = str(datetime.datetime.now())
|
||||
result["date"] = datetime.datetime.utcnow().isoformat()
|
||||
target = result["target_name"]
|
||||
toolchain = result["toolchain_name"]
|
||||
id_name = result['id']
|
||||
|
|
Loading…
Reference in New Issue