rusackas commented on issue #30627: URL: https://github.com/apache/superset/issues/30627#issuecomment-3643861993
This timezone issue has been confirmed by multiple users and remains unresolved. **Current status:** PR #23014 exists but needs rebasing to be mergeable. The core issue is that the "Now" button in time filters uses UTC instead of respecting the user's local/configured timezone. This causes users to miss recent data when their timezone is ahead of UTC. **Next steps needed:** 1. Rebase PR #23014, or 2. A new PR implementing the fix in `CustomFrame.tsx` to use local time when appropriate Can the original PR author or a contributor pick this up? The fix location has been identified (`superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
