Closed rafbgarcia closed 6 years ago
@rafbgarcia were you able to resolve this issue? I'm getting the same error as well
Yup, ended up with
@timestamps_opts [type: Timex.Ecto.DateTime,
autogenerate: {Timex.Ecto.DateTime, :autogenerate, []}]
I'm trying to update the following record:
But I'm getting this error
could not encode date/time: {{{2017, 11, 5}, {3, 8, 1, 64322}}, "America/Sao_Paulo"}
Because it's trying to execute this sql
My schema has the following fields:
And I'm using these options for the timestamp:
I'm using
Am I missing something?