Values.TimeInNanosSourceContains a timestamp with optional nanosecond granularity.
type nonrec t = {timeInSeconds : TimeInSeconds.t;The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.
*)offsetInNanos : OffsetInNanos.t option;The nanosecond offset from timeInSeconds.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of OffsetInNanos.t | `Long of TimeInSeconds.t ])
list ]