You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
This is the current experience for editing the start/end time on the EditSession page:
It currently relies on the default input field rendering for DateTimeOffset which isn't great, due to issues with the browsers' own pickers not supporting round-trippable formats.
We might have to split the date/time and time-zone offset info into their own input fields with the date/time portion being one, and a time-zone picker being the other, e.g.:
This is the current experience for editing the start/end time on the EditSession page:
It currently relies on the default input field rendering for
DateTimeOffset
which isn't great, due to issues with the browsers' own pickers not supporting round-trippable formats.We might have to split the date/time and time-zone offset info into their own input fields with the date/time portion being one, and a time-zone picker being the other, e.g.:
The text was updated successfully, but these errors were encountered: