This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
Barkley Trimsworth 89641d3c23 fix(api): use UTC methods in defaultFrom/defaultTo date helpers
The server-side date fallback helpers used local-timezone JS Date
methods (setDate/setHours), creating a mismatch when clients send
explicit UTC dates (e.g. 2026-02-28T00:00:00Z). Changed to UTC
methods (setUTCDate/setUTCHours) to ensure consistent UTC behavior.

Also fixed the 90-day churn-risk lookback to use UTC consistently.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-30 17:22:23 +00:00
..