package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module V1 : sig ... end
module With_utc_sexp : sig ... end

Provides a sexp representation that is independent of the time zone of the machine writing it.

module With_t_of_sexp_abs : sig ... end

Provides a sexp representation where all sexps must include a timezone (in contrast to V1 above, which will assume local timezone if it's not specified). When serializing, it uses the local timezone. Concretely, this is just V1 but t_of_sexp is replaced with t_of_sexp_abs.

module Span : sig ... end
module Ofday : sig ... end
module Zone : sig ... end
OCaml

Innovation. Community. Security.