History.RangeJob protocol (history v0.0.23)

Link to this section Summary

Link to this section Types

Link to this type

date_time_result()

Specs

date_time_result() ::
  {:ok, DateTime.t()}
  | {:ambiguous, first_datetime :: t(), second_datetime :: t()}
  | {:gap, t(), t()}
  | {:error,
     :incompatible_calendars
     | :time_zone_not_found
     | :utc_only_time_zone_database}

Specs

t() :: struct()

Link to this section Functions

Specs

from(t()) :: date_time_result()

Specs

from!(t()) :: DateTime.t()

Specs

to(t()) :: date_time_result()

Specs

to!(t()) :: DateTime.t()