Summary - The proxy throws uncaught errors concerning parsed timestamps.
Bug Details
What? - Uncaught errors are logged that seem to indicate an error in parsing timestamps of JSONs received from Moodle.
Where? - checkXAPITimestamp function
When?/How often? - Almost every call
How?/Current state - A timestamp in a json is received with the following format: "2020-09-30T18:03:09Z". The function expects a long so it produces an error.
(Optional)Fixed state - This type of timestamp should just be parsed/handled correctly.