package timere

  1. Overview
  2. Docs
OCaml time handling and reasoning library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.3.tar.gz
sha256=fefd171ec57891bf641734b119db69750fbf854b77ed13c03af036e398d5c8eb

doc/timere_tzdb_none/Timere_tzdb/index.html

Module Timere_tzdbSource

Sourcemodule M : Stdlib.Map.S with type key = string
Sourcetype entry = {
  1. is_dst : bool;
  2. offset : int;
}
Sourcetype table = (int64, Stdlib.Bigarray.int64_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t * entry array
Sourceval db : table M.t
OCaml

Innovation. Community. Security.