package hg_lib

  1. Overview
  2. Docs

Module Hg_private.Time_with_utc_offsetSource

See "hg help dates".

Sourcetype t = {
  1. time : Time.t;
  2. utc_offset : Time.Span.t;
}
Sourceval of_time_with_zone : zone:Core__.Zone.t -> Time.t -> t
Sourceval to_string : t -> string