Problem: 8–12 customers per week report that exported reports show wrong date ranges
Why 1: Export uses the user's local timezone, not the account timezone
Why 2: Export feature was built by a different team than the core reporting feature
Why 3: There is no shared timezone handling utility across teams
Why 4: Backend services were built independently without a shared standards library
Why 5: No architectural standard for timezone handling was defined at the platform level
Root Cause: Missing platform-level timezone standard causes inconsistent behavior
Action: Define a shared timezone utility and add it to the platform standards guide