timestamp missing from events API output
Closed this issue · 2 comments
cryptk commented
After the API refactor it seems that the timestamps have gone missing, these need to be added back in, preferably as an ISO timestamp.
cryptk commented
These timestamps also need to be added to the client events and client results API calls.
cryptk commented
The timestamps provided in the API calls do not appear to properly indicate that they are zulu timestamps, which throws off the time calculations on the front-end. I have worked around this for now by manually appending a Z onto the end, but this should be corrected in the API.