use exchange_pub valid at this time

This commit is contained in:
swrup 2026-02-26 17:04:48 +01:00
parent a376fc584f
commit a21ea0116a
5 changed files with 25 additions and 8 deletions

View file

@ -37,6 +37,11 @@ module Timestamp : sig
val never : t
val zero : t
val compare : t -> t -> int
val gt : t -> t -> bool
val geq : t -> t -> bool
val lt : t -> t -> bool
val leq : t -> t -> bool
val equal : t -> t -> bool
val min : t -> t -> t
val max : t -> t -> t
val diff : t -> t -> TimeRelative.t