Timedesc.Date
val year : t -> int
val month : t -> int
val day : t -> int
val iso_week : t -> ISO_week.t
val iso_year : t -> int
val day_of_year : t -> int
val pp_rfc3339 : Stdlib.Format.formatter -> t -> unit
val to_rfc3339 : t -> string
val pp_rfc9110 : Stdlib.Format.formatter -> t -> unit
val to_rfc9110 : t -> string
val pp_http : Stdlib.Format.formatter -> t -> unit
Alias to pp_rfc9110
val to_http : t -> string
Alias to to_rfc9110
val of_iso8601 : string -> (t, string) Stdlib.result
val of_iso8601_exn : string -> t
module Ymd : sig ... end
module ISO_week_date : sig ... end
val of_iso_week : ISO_week.t -> weekday:weekday -> t
module ISO_ord : sig ... end