package spotlib

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

Module Temporal.TZoneSource

Sourcetype t = [
  1. | `Minus of int * int
  2. | `Plus of int * int
  3. | `UTC
]

`UTC and `Plus (0,0) are the same. `Minus (0,0) is invalid.

Sourceval to_string : [< t ] -> string
Sourceval is_valid : t -> bool
Sourceval random : unit -> t
OCaml

Innovation. Community. Security.