Editing an event was pulling its UTC startDate/endDate, slicing off the "Z" with toISOString().slice(0, 16), and then handing the bare digits to a datetime-local input. The input reinterprets them as local time, so each save shifted the time by the browser's UTC offset. Same pattern for registrationDeadline and earlyBirdDeadline. Format the value using local-time components instead so the round-trip matches what the admin sees. |
||
|---|---|---|
| .. | ||
| events | ||
| members | ||
| pre-registrants | ||
| series | ||
| board-channels.vue | ||
| dashboard.vue | ||
| index.vue | ||
| series-management.vue | ||
| site-content.vue | ||
| wiki.vue | ||