Values.TimingSourceInformation about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.
type nonrec t = {finishTime : string option;The time, in Unix epoch format, that the transcoding job finished
*)startTime : string option;The time, in Unix epoch format, that transcoding for the job began.
*)submitTime : string option;The time, in Unix epoch format, that you submitted the job.
*)}