timex_ecto v3.4.0 Timex.Ecto.DateTime
Support for using Timex with :datetime fields
Link to this section Summary
Functions
Handle casting to Timex.Ecto.DateTime
Handle casting to Timex.Ecto.DateTime without returning a tuple
Convert to native Ecto representation
Load from the native Ecto representation
Returns the underlying schema type for the custom type.
Link to this section Functions
autogenerate(precision \\ :sec)
cast(datetime)
Handle casting to Timex.Ecto.DateTime
cast!(input)
Handle casting to Timex.Ecto.DateTime without returning a tuple
dump(datetime)
Convert to native Ecto representation
load(arg1)
Load from the native Ecto representation
type()
Returns the underlying schema type for the custom type.
For example, if you want to provide your own date
structures, the type function should return :date
.
Note this function is not required to return Ecto primitive types, the type is only required to be known by the adapter.
Callback implementation for Ecto.Type.type/0
.