You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few separate workspaces which are quite fast. If you compare the reports you cannot tell anyone which workspace was executed in which order since the timestamp propagated to the JSON-report is not containing seconds nor milliseconds.
At the moment the JSON-report contains the following format: "timestamp": "Jul 15, 2024 at 11:37am"
Would it be OK to add another field with - more or less - the same information but formatted like this: %Y-%m-%dT%H:%M:%S.%fZ
We have a few separate workspaces which are quite fast. If you compare the reports you cannot tell anyone which workspace was executed in which order since the timestamp propagated to the JSON-report is not containing seconds nor milliseconds.
At the moment the JSON-report contains the following format:
"timestamp": "Jul 15, 2024 at 11:37am"
Would it be OK to add another field with - more or less - the same information but formatted like this:
%Y-%m-%dT%H:%M:%S.%fZ
My versions:
The text was updated successfully, but these errors were encountered: