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
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.