Ecto.Time

An Ecto type for time.

Source

Summary

from_erl(arg1)

Converts a time triplet into an Ecto.Time

local()

Returns an Ecto.Time in local time

to_erl(time)

Converts an Ecto.Time into a time triplet

utc()

Returns an Ecto.Time in UTC

Functions

from_erl(arg1)

Converts a time triplet into an Ecto.Time.

Source
local()

Returns an Ecto.Time in local time.

Source
to_erl(time)

Converts an Ecto.Time into a time triplet.

Source
utc()

Returns an Ecto.Time in UTC.

Source