Files
vixtix/src
Victor f4e3919417 fix: handle datetime-local timezone conversion correctly
- Convert datetime-local values to UTC ISO strings before sending to API
  (new Date(r).toISOString()) in both create and update flows
- Parse UTC ISO strings directly in API instead of manual Date.UTC() parsing
  that treated local components as UTC, causing timezone offset bugs
- Convert UTC API response times to local on load using new Date(str + 'Z')
  and date-fns format() to avoid double-timezone shift when editing
2026-05-09 02:44:13 +00:00
..
2026-05-03 04:48:39 +00:00