package timere

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.1.tar.gz
sha256=830457ba208c9b3f8519bb9a588239e3bde0d28fe4c5052089b52220d5d98a53

doc/src/timere_tzdb_none/timere_tzdb.ml.html

Source file timere_tzdb.ml

1
2
3
4
5
6
7
8
9
10
11
module M = Map.Make (String)

type entry = {
  is_dst : bool;
  offset : int;
}

type table =
  (int64, Bigarray.int64_elt, Bigarray.c_layout) Bigarray.Array1.t * entry array

let db = M.empty
OCaml

Innovation. Community. Security.