package loga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. year : int;
  2. month : int;
  3. mday : int;
  4. hours : int;
  5. minutes : int;
  6. seconds : int;
  7. tz_hours : int;
  8. tz_minutes : int;
}
type gen_t = unit -> t
val current_gen : unit -> t
val zero_gen : unit -> t