package apero-time

  1. Overview
  2. Docs
include Apero.Ordered.S with type t = int64
type t = int64
include Ordered.Comparable with type t := t
val compare : t -> t -> int
val equal : t -> t -> bool
module Infix : sig ... end
val after : t -> t -> bool
val before : t -> t -> bool
val to_string : t -> string
val of_string : string -> t option
val to_rfc3339 : t -> string
val to_seconds : t -> float
val encode : t -> Abuf.t -> unit
val decode : Abuf.t -> t
val pp : Format.formatter -> t -> unit