add time.ml, similar to libgnunetutil's
This commit is contained in:
parent
b507d540ad
commit
5392bafddf
17 changed files with 336 additions and 321 deletions
|
|
@ -17,9 +17,9 @@ let amount : Amount.t t =
|
|||
|
||||
(* we want to use int64 timestamps,
|
||||
not postgresql built-in timestamp type *)
|
||||
let ptime : Ptime.t option t = Timestamp.caqti
|
||||
let ptime : unit t = Caqti_type.unit
|
||||
let time = Timestamp.caqti
|
||||
let time_span = Timestamp.Span.caqti
|
||||
let time_span = Time.Relative.caqti
|
||||
let age_mask : int t = Caqti_type.int
|
||||
let rsa_pub = RsaPublicKey.caqti
|
||||
let eddsa_pub = EddsaPublicKey.caqti
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue