Values.TimeRangeSourceA time range with a start and end time.
type nonrec t = {startTime : Timestamp.t;Unix epoch timestamp in UTC at which the time range starts.
*)endTime : Timestamp.t;Unix epoch timestamp in UTC at which the time range ends.
*)}