timere_tzdb_full
Timere_tzdb
timere
timere.tzdb
timere.tzlocal
timere_tzdb_none
timere_tzlocal_none
timere_tzlocal_unix
timere_tzlocal_utc
module M : Stdlib.Map.S with type key = string
type entry = {
is_dst : bool;
offset : int;
}
type table = (int64, Stdlib.Bigarray.int64_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t * entry array
val db : table M.t