calecto v0.16.0 Calecto.Time

Calendar Time for Ecto

Summary

Functions

Times are blank when given as strings and the string is blank

Casts to time

Converts a Calendar.Time into a time tuple

Converts a time tuple into a Calendar.Time

The Ecto primitive type

Functions

blank?(value)

Times are blank when given as strings and the string is blank.

cast(t)

Casts to time.

cast!(time)
dump(time)

Converts a Calendar.Time into a time tuple.

from_erl(arg)
from_micro_erl(arg)
load(arg)

Converts a time tuple into a Calendar.Time.

type()

The Ecto primitive type.