mte/src/timestamp.mli

7 lines
127 B
OCaml
Raw Normal View History

2025-11-28 16:57:48 +01:00
type t = Ptime.t option
val jsont : t Jsont.t
val bin : t Bin.t
val bin_nbo : t Bin.t
val caqti : Ptime.t option Caqti_type.t