package core

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

Module Timezone_types.RegimeSource

Sourcetype 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.