package timedesc

  1. Overview
  2. Docs
OCaml date time handling library

Install

Dune Dependency

Authors

Maintainers

Sources

desc-v0.1.0.tar.gz
sha256=3923b172d9489c9c2741fd91f0150509622e3f39817113fac3c0224c1f9dc8d3

doc/timedesc_tzdb_none/Timedesc_tzdb/index.html

Module Timedesc_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.