Ecto.Time
An Ecto type for time.
Summary↑
| cast(t) | Casts to time |
| dump(time) | Converts an |
| from_erl(arg) | Returns an |
| load(arg) | Converts a time tuple like the one returned by |
| local() | Returns an |
| to_erl(time) | Returns an Erlang time tuple from an |
| to_iso8601(time) | Converts |
| to_string(time) | Converts |
| type() | The Ecto primitive type |
| utc() | Returns an |
Functions
Casts to time.
Converts an Ecto.Time into a time tuple (in the form `{hour, min, sec,
usec}`).
Returns an Ecto.Time from an Erlang time tuple.
Converts a time tuple like the one returned by dump/1 into an Ecto.Time.
Returns an Ecto.Time in local time.
Returns an Erlang time tuple from an Ecto.Time.
Converts Ecto.Time to its ISO 8601 UTC representation.
Converts Ecto.Time to a string representation.
The Ecto primitive type.
Returns an Ecto.Time in UTC.