package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

Sexps look like "(12:01 nyc)"

Two t's may or may not correspond to the same times depending on which date they're evaluated.

val __bin_read_t__ : (int -> t) Core_kernel.Bin_prot.Read.reader
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
include Core_kernel.Pretty_printer.S with type t := t
val pp : Base.Formatter.t -> t -> unit

Strings look like "12:01 nyc"

include Core_kernel.Stringable with type t := t
val of_string : string -> t
val to_string : t -> string
val create : Core_kernel.Core_kernel_private.Time_float0.Ofday.t -> Core_kernel__.Zone.t -> t
val zone : t -> Core_kernel__.Zone.t
val to_time : t -> Core__.Import.Date.t -> Core_kernel.Time.t
module With_nonchronological_compare : sig ... end