This commit is contained in:
swrup 2025-11-28 16:57:48 +01:00
parent d760a54b61
commit 4cc28ca274
10 changed files with 110 additions and 121 deletions

6
src/timestamp.mli Normal file
View file

@ -0,0 +1,6 @@
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