package timere

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.1.tar.gz
sha256=f5ba8d2ac9eb2eb9eceae53e698d20c7196f7b5d27c1ede2e6a22d9579b98ce0

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.