objectrocket/opsy

timestamp missing from events API output

Closed this issue · 2 comments

After the API refactor it seems that the timestamps have gone missing, these need to be added back in, preferably as an ISO timestamp.

These timestamps also need to be added to the client events and client results API calls.

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.