Module Response.Server_time

module Server_time: sig .. end

type t = Core.Std.Time.t 
include Response_intf.S
val create : time:Core.Std.Time.t -> t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t