View Source TypeCheck.DefaultOverrides.Calendar.TimeZoneDatabase (TypeCheck v0.12.0)

Link to this section Summary

Types

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Link to this section Types

@type time_zone_period() :: %{
  optional(any()) => any(),
  :utc_offset => TypeCheck.DefaultOverrides.Calendar.utc_offset(),
  :std_offset => TypeCheck.DefaultOverrides.Calendar.std_offset(),
  :zone_abbr => TypeCheck.DefaultOverrides.Calendar.zone_abbr()
}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

time_zone_period() :: %{
  optional(any()) => any(),
  :utc_offset => TypeCheck.DefaultOverrides.Calendar.utc_offset(),
  :std_offset => TypeCheck.DefaultOverrides.Calendar.std_offset(),
  :zone_abbr => TypeCheck.DefaultOverrides.Calendar.zone_abbr()
}
Link to this type

time_zone_period_limit()

View Source
@type time_zone_period_limit() :: TypeCheck.DefaultOverrides.Calendar.naive_datetime()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

time_zone_period_limit() :: TypeCheck.DefaultOverrides.Calendar.naive_datetime()