timere_tzdb.ml
timere
timere.tzdb
timere.tzlocal
timere_tzdb_full
timere_tzdb_none
timere_tzlocal_none
timere_tzlocal_unix
timere_tzlocal_utc
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
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