Timex.Ecto.DateTime

Support for using Timex with :datetime fields

Summary

blank?(value)

We can let Ecto handle blank input

cast(input)

Handle casting to Timex.Ecto.DateTime

dump(datetime)

Convert to native Ecto representation

load(arg1)

Load from the native Ecto representation

type()

Callback implementation for c:Ecto.Type.type/0

Functions

blank?(value)

We can let Ecto handle blank input

cast(input)

Handle casting to Timex.Ecto.DateTime

dump(datetime)

Convert to native Ecto representation

load(arg1)

Load from the native Ecto representation

type()

Callback implementation for c:Ecto.Type.type/0.