package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. utc_offset_in_seconds : Base.Int63.t;
  2. is_dst : Base.bool;
  3. abbrv : Base.string;
}

When used from javascript, daylight savings and abbreviation information aren't available, so on that platform, is_dst is always false, and abbrv is always the empty string.

OCaml

Innovation. Community. Security.