carloea2 opened a new pull request, #8107: URL: https://github.com/apache/texera/pull/8107
### What changes were proposed in this PR? Dashboard date filters now serialize the local calendar year, month, and day instead of converting local midnight to UTC first. Before: August 29 through September 1 became August 28 through August 31 in Asia Tokyo. After: August 29 through September 1 remains August 29 through September 1. ### Any related issues, documentation, discussions? Closes #8106 ### How was this PR tested? `yarn test --include src/app/dashboard/type/search-filter-parameters.spec.ts` `yarn format:ci` Manual: 1. Start Texera locally. 2. Open Your Work, then Workflows in Chrome with timezone Asia Tokyo. 3. Select August 29 through September 1. 4. Confirm the request contains `createDateStart=2026-08-29&createDateEnd=2026-09-01`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex -- 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]
