Why use `utc_datetime` over `naive_datetime` for Ecto?

Definitely use :utc_datetime_*. In hindsight, we wish we made that the default in Ecto but now we can’t due to backwards compatibility (and there are no plans for Ecto 4)

Here are some resources:

29 Likes