UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Investigate if there is a way to avoid "normalising" dates before sending to backend #431

Closed bcho892 closed 4 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

Right now in #389 we made the decision to convert dates to a date string and back into a timestamp to ensure consistent time information. However it would be preferred if there is a better way.

BEFORE MERGING