Timedesc.Utilsval ptime_span_of_span : Span.t -> Ptime.span optionval ptime_of_timestamp : timestamp -> Ptime.t optionval span_of_ptime_span : Ptime.span -> Span.tWarning: Subnanosecond information is lost in this conversion
val timestamp_of_ptime : Ptime.t -> timestampWarning: Subnanosecond information is lost in this conversion
val human_int_of_month : month -> intThis yields the usual human readable numbering of 1 to 12 inclusive
val index_of_month : month -> intThis yields the index based numbering of 0 to 11 inclusive
val month_of_human_int : int -> month optionval month_of_index : int -> month optionval weekday_of_tm_int : int -> weekday optionval tm_int_of_weekday : weekday -> intval weekday_of_iso_int : int -> weekday optionval iso_int_of_weekday : weekday -> intval get_local_tz_for_arg : unit -> Time_zone.tval abbr_string_of_weekday : weekday -> stringWarning: Following functions are direct applications of the relevant formulas with little to no error checking.
You are advised to read the source code of the following functions in date_time_utils.ml if you intend to use them to ensure they behave as you expect.
val jd_of_date : Date.t -> intval jd_span_of_unix_epoch : Span.tval jd_of_iso_week_date : year:int -> week:int -> weekday:weekday -> intval weekday_of_jd : int -> weekdayval iso_week_date_of_jd : int -> int * int * weekday