Values.ISO8601TimeRangeSourceTime range specified using ISO 8601 format timestamps.
type nonrec t = {startTime : SyntheticTimestamp_date_time.t;Start time in ISO 8601 format in Coordinated Universal Time (UTC). Example: 2026-11-15T10:28:48.000Z
*)endTime : SyntheticTimestamp_date_time.t;End time in ISO 8601 format in Coordinated Universal Time (UTC). Example: 2024-01-15T12:00:00.000Z
*)}val make :
startTime:SyntheticTimestamp_date_time.t ->
endTime:SyntheticTimestamp_date_time.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list ]