What is the difference between utc_datetime and naive_datetime in Ecto?

Regardless if you are new to Phoenix, Ecto or Elixir, at some point you might wonder what the two timestamp type options in your ecto schema are about. It also does not help much that the documentation on the differences between them is very minimal. It comes down to: :naive_datetime represent the NaiveDateTime Elixir type. … Continue reading What is the difference between utc_datetime and naive_datetime in Ecto?