Difference in between :utc_datetime and :naive_datetime in Ecto

When your schema looks like:

schema "users" do
  ...
  timestamps()
end

How would you convert these to use :utc_timestamps?