Kalecto.DateTime

Kalends DateTime for Ecto for representing only UTC datetimes

Summary

blank?(value)

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

cast(dt)

Cast DateTime

dump(dt)

Converts to a tuple of:

  • erlang style tuples with microseconds added
  • total_offset in seconds
  • timezone
load(arg1)

Converts tuple to Kalends.DateTime

type()

The Ecto primitive type

Functions

blank?(value)

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

cast(dt)

Cast DateTime

dump(dt)

Converts to a tuple of:

  • erlang style tuples with microseconds added
  • total_offset in seconds
  • timezone
load(arg1)

Converts tuple to Kalends.DateTime

Tuple should consist of:

  • erlang style tuples with microseconds added
  • total_offset in seconds
  • timezone
type()

The Ecto primitive type.