Module Internal_pervasives.Date
type t = {time : Ptime.t;tz : int;
}val opt_exn : string -> 'a Option.t -> 'bval pp_debug : Stdlib.Format.formatter -> t -> unitval now : ?tz_s:int -> unit -> tmodule Local : sig ... endval to_short_string : ?with_tz:bool -> t -> stringval to_rfc3339 : t -> string