Store points in time as timestamptz so values are unambiguous across time zones and DST.
Why This Matters
timestamp (without time zone) drops offset context, causing off-by-hours bugs and incorrect comparisons across regions.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.