= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package sihl
-
sihl
-
sihl.authn
-
sihl.authz
-
sihl.message
-
sihl.migration
-
sihl.password-reset
-
sihl.schedule
-
sihl.storage
-
sihl.token
-
sihl.utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Use this module to deal with time, dates and durations.
val duration_to_yojson : duration -> Yojson.Safe.t
val duration_of_yojson :
Yojson.Safe.t ->
duration Ppx_deriving_yojson_runtime.error_or
val pp_duration : Format.formatter -> duration -> unit
val show_duration : duration -> string
val duration_to_span : duration -> Ptime.span
val ptime_to_yojson : Ptime.t -> [> `String of string ]
val ptime_of_yojson : Yojson.Safe.t -> (Ptime.t, string) result
val ptime_to_date_string : Ptime.t -> string