DarkMatter.Times (DarkMatter v1.1.4) View Source
Timetime Utils
Link to this section Summary
Functions
Casts a stringable/0
into a Time
Transform a Time
into a string.
Transform a stringable/0
into a string.
Link to this section Types
Specs
Link to this section Functions
Specs
cast_time(stringable()) :: nil | Time.t()
Casts a stringable/0
into a Time
Raises ArgumentError
if a given Time
isn't valid.
Specs
Transform a Time
into a string.
Raises ArgumentError
if a given Time
isn't valid.
Specs
to_string(stringable()) :: nil | String.t()
Transform a stringable/0
into a string.
Raises ArgumentError
if a given binary isn't a valid Time
.