🎯 Found: Customer Data Migration Edge Case
Sarah Chen: "So the edge case we're hitting is when legacy systems send timestamps in UTC+0 but the new migration script expects ISO-8601 with explicit timezone..."
Mark Davis: "Right! That's why we added the timestamp_normalizer function. You just wrap the incoming data with that and it handles all the legacy formats..."
Sarah Chen: "Perfect, let's document this in the Jira ticket so we don't forget..."