package asn1-combinators

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. date : int * int * int;
  2. time : int * int * int * float;
  3. tz : (int * int * [ `E | `W ]) option;
}
val to_posix_time : t -> float
val date_to_posix_time : y:int -> m:int -> d:int -> hh:int -> mm:int -> ss:int -> ff:float -> tz_mm:int -> float
OCaml

Innovation. Community. Security.