Ecto type that maps to postgresql's timetz (time with a time zone)

Remember that PostgreSQL do not store TZ in the DB (even with TIMETZ). You probably do not want to use it or you want to store TZ on your own in separate column or as a composite type.

2 Likes