include Core_kernel__.Zone_intf.Zonemodule type S = Core_kernel__.Zone_intf.Sinclude Core_kernel__.Zone_intf.S_commontype tThe type of a time-zone.
bin_io and sexp representations of Zone.t are the name of the zone, and
not the full data that is read from disk when Zone.find is called. The
full Zone.t is reconstructed on the receiving/reading side by reloading
the zone file from disk. Any zone name that is accepted by find is
acceptable in the bin_io and sexp representations.
include sig ... endval sexp_of_t : t ‑> Sexplib.Sexp.tval compare : t ‑> t ‑> Core_kernel__.Import.intval input_tz_file : zonename:Core_kernel__.Import.string ‑> filename:Core_kernel__.Import.string ‑> tinput_tz_file ~zonename ~filename read in filename and return t
with name t = zonename
val likely_machine_zones : Core_kernel__.Import.string Core_kernel__.Import.list Core_kernel__.Import.reflikely_machine_zones is a list of zone names that will be searched
first when trying to determine the machine zone of a box. Setting this
to a likely set of zones for your application will speed the very first
use of the local timezone.
val of_utc_offset : hours:Core_kernel__.Import.int ‑> tof_utc_offset offset returns a timezone with a static UTC offset (given in
hours).
val name : t ‑> Core_kernel__.Import.stringval original_filename : t ‑> Core_kernel__.Import.string Core_kernel__.Import.optionoriginal_filename t return the filename t was loaded from (if any)
val digest : t ‑> Core_kernel.Md5.t Core_kernel__.Import.optiondigest t return the MD5 digest of the file the t was created from (if any)
module Full_data : sig ... end