package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Plato.TimeSource

Sourcetype struct_time = {
  1. tm_sec : int;
  2. tm_min : int;
  3. tm_hour : int;
  4. tm_mday : int;
  5. tm_mon : int;
  6. tm_year : int;
  7. tm_wday : int;
  8. tm_yday : int;
  9. tm_isdst : int;
}
Sourceval st_of_tm : Unix.tm -> struct_time
Sourceval gmttime : float -> struct_time
Sourceval localtime : float -> struct_time
Sourceval time : unit -> float