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