Currently, [`GradingJobResult`s and `GradingScriptCommandResponse`s](https://github.com/CodeGrade/orca/blob/main/docs/orca_data_definitions.md#gradingjobresult) do not include any timestamp information. Please add a `time_start` and `time_end` pair of timestamps to each of these, i.e. by adding them first to [`GradingJobResult`s](https://github.com/CodeGrade/orca/blob/main/worker/orca_grader/common/grading_job/grading_job_result.py#L12) and [`GradingScriptCommandResponse`](https://github.com/CodeGrade/orca/blob/main/worker/orca_grader/common/grading_job/grading_job_result.py#L6) and then plumbing the fields through the output json.