Module Core_time_float.Stable
module V1 : sig ... endmodule With_utc_sexp : sig ... endProvides a sexp representation that is independent of the time zone of the machine writing it.
V1.t_of_sexpwill be generous in what sexps it accepts, whileV2.t_of_sexpshould not be expected to parse sexps not generated byV2.sexp_of_t
module With_t_of_sexp_abs : sig ... endProvides a sexp representation where all sexps must include a timezone (in contrast to
V1above, which will assume local timezone if it's not specified). When serializing, it uses the local timezone. Concretely, this is justV1butt_of_sexpis replaced witht_of_sexp_abs.
module Span : sig ... endmodule Ofday : sig ... endmodule Zone : sig ... end