Module Internal_pervasives.Date

type t = {
  1. time : Ptime.t;
  2. tz : int;
}
val opt_exn : string -> 'a Option.t -> 'b
val pp_debug : Stdlib.Format.formatter -> t -> unit
val now : ?tz_s:int -> unit -> t
module Local : sig ... end
val to_short_string : ?with_tz:bool -> t -> string
val to_rfc3339 : t -> string