include module type of sig ... end
val typerep_of_t : t Typerep_lib.Std.Typerep.t
val typename_of_t : t Typerep_lib.Std.Typename.t
module Span = Core__Core_time_ns.Span
module Option = Core__Core_time_ns.Option
module Ofday = Core__Core_time_ns.Ofday
val bin_t : t Bin_prot.Type_class.t
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (Core_kernel__.Import.int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val of_string : string ‑> t
val to_string : t ‑> string
val pp : Base.Formatter.t ‑> t ‑> unit
val clamp : t ‑> min:t ‑> max:t ‑> t Base.Or_error.t
val validate_lbound : min:t Base.Maybe_bound.t ‑> t Base.Validate.check
val validate_ubound : max:t Base.Maybe_bound.t ‑> t Base.Validate.check
val validate_bound : min:t Base.Maybe_bound.t ‑> max:t Base.Maybe_bound.t ‑> t Base.Validate.check
val comparator : (t, comparator_witness) Core_kernel.Comparator.comparator
module Map = Core__Core_time_ns.Map
module Set = Core__Core_time_ns.Set
val hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.state
val hash : t ‑> Base.Hash.hash_value
val hashable : t Core_kernel.Hashtbl.Hashable.t
module Table = Core__Core_time_ns.Table
module Hash_set = Core__Core_time_ns.Hash_set
module Hash_queue = Core__Core_time_ns.Hash_queue
module Zone = Core__Core_time_ns.Zone
val epoch : t
val min_value : t
val max_value : t
val now : unit ‑> t
val to_time : t ‑> Core__.Import_time.Time.t
val of_time : Core__.Import_time.Time.t ‑> t
val to_string_fix_proto : [ `Local | `Utc ] ‑> t ‑> string
val of_string_fix_proto : [ `Local | `Utc ] ‑> string ‑> t
val to_string_abs : t ‑> zone:Core__.Import_time.Time.Zone.t ‑> string
val of_string_abs : string ‑> t
val to_int63_ns_since_epoch : t ‑> Core__.Import.Int63.t
val of_int63_ns_since_epoch : Core__.Import.Int63.t ‑> t
val to_int_ns_since_epoch : t ‑> int
val of_int_ns_since_epoch : int ‑> t
val of_date_ofday : zone:Zone.t ‑> Core__.Import.Date.t ‑> Ofday.t ‑> t
val to_date : t ‑> zone:Zone.t ‑> Core__.Import.Date.t
val to_date_ofday : t ‑> zone:Zone.t ‑> Core__.Import.Date.t * Ofday.t
val occurrence : [ `First_after_or_at | `Last_before_or_at ] ‑> t ‑> ofday:Ofday.t ‑> zone:Core__.Import_time.Time.Zone.t ‑> t
val pause : Span.t ‑> unit
val pause_forever : unit ‑> Core__.Import.never_returns
module Stable = Core__Core_time_ns.Stable
val random : ?state:Core__.Import.Random.State.t ‑> unit ‑> t