Files
fasto/components
Cauê Faleiros f884f6dc3c
All checks were successful
Build and Deploy / build-and-push (push) Successful in 56s
fix: resolve date range picker timezone offset bug
- Fixed a bug where selecting a date in the native date picker resulted in the previous day being selected due to the browser converting the 'YYYY-MM-DD' string to UTC midnight and then shifting it back to local time (e.g. UTC-3 in Brazil).

- Explicitly parsed the date string and constructed the Date object using local time coordinates to ensure visual and data consistency.
2026-03-17 14:12:20 -03:00
..