sig
  exception Unknown_zone of string
  exception Invalid_file_format of string
  type t
  val bin_size_t : Zone.t Bin_prot.Size.sizer
  val bin_write_t : Zone.t Bin_prot.Write_ml.writer
  val bin_write_t_ : Zone.t Bin_prot.Unsafe_write_c.writer
  val bin_writer_t : Zone.t Bin_prot.Type_class.writer
  val bin_read_t : Zone.t Bin_prot.Read_ml.reader
  val bin_read_t_ : Zone.t Bin_prot.Unsafe_read_c.reader
  val bin_read_t__ : (int -> Zone.t) Bin_prot.Unsafe_read_c.reader
  val bin_reader_t : Zone.t Bin_prot.Type_class.reader
  val bin_t : Zone.t Bin_prot.Type_class.t
  val sexp_of_t : Zone.t -> Sexplib.Sexp.t
  val t_of_sexp : Sexplib.Sexp.t -> Zone.t
  val find : string -> Zone.t option
  val find_office : [ `hkg | `ldn | `nyc ] -> Zone.t
  val find_exn : string -> Zone.t
  val machine_zone : unit -> Zone.t
  val of_utc_offset : int -> Zone.t
  val utc : Zone.t
  val abbreviation : Zone.t -> float -> string
  val name : Zone.t -> string
  val init : unit -> unit
  val digest : Zone.t -> string option
  val to_utc_offset : Zone.t -> int
  val initialized_zones : unit -> (string * Zone.t) list
  val shift_epoch_time : Zone.t -> [ `Local | `UTC ] -> float -> float
end