Module Imandrakit.Timestamp_s

Wall-clock timestamps as a float

type t = float

Timestamps

val equal : t -> t -> Ppx_deriving_runtime.bool
val to_serpack : 'a -> float -> Imandrakit_ser_pack.value
val of_twine_ref : (Imandrakit_twine.Decode.t -> Imandrakit_twine.offset -> float) ref
val now : unit -> t
val to_string_rfc3339 : ?frac_s:int -> ?tz_offset_s:Ptime.tz_offset_s -> t -> string
val of_string_rfc3339 : string -> (t, [ `Msg of string ]) result