e5c3a5b28f3bed6048c31320a2eb13513ed74380
The admin date filter can send a naive local date string for "from" but a UTC Z-suffixed instant for "to" (sw-date-filter widens it client-side via Date#toISOString()). Comparing those directly against dump timestamps (parsed in PHP's default timezone) shifted the effective cutoff by the timezone offset. Re-express both bounds in the app's default timezone before applying the day boundary. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
131 KiB
Languages
PHP
64.8%
TypeScript
26.2%
Twig
9%