carloea2 opened a new issue, #8106: URL: https://github.com/apache/texera/issues/8106
### What happened? Dashboard date filters convert local midnight values to UTC before taking the calendar day. In timezones east of UTC, both ends of the selected range move back one day. Before: select August 29 through September 1, request August 28 through August 31 Expected: select August 29 through September 1, request August 29 through September 1 ### How to reproduce? 1. Run main at commit `04b213d9aa`. 2. Open Your Work, then Workflows in Chrome with the browser timezone set to Asia Tokyo. 3. Select August 29 through September 1 in the creation date filter. 4. Inspect the dashboard search request. The request contains `createDateStart=2026-08-28&createDateEnd=2026-08-31`. ### Version or branch 1.3.0-incubating-SNAPSHOT on main ### Commit hash `04b213d9aa0d7310cfecefaab50cc4f9323e3e58` ### Browser Chrome -- 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]
