when we log a drink it doesnt correctly obtain the client side time, rather it just uses a central time in the backend for everything, resulting in different timezones timestamps not working (etc you log at 5:14pm, and it submits a different timezone like 7:42am to database)
will have to correctly get local time from javascript client side and then send that to our backend to correctly timestamp.
when we log a drink it doesnt correctly obtain the client side time, rather it just uses a central time in the backend for everything, resulting in different timezones timestamps not working (etc you log at 5:14pm, and it submits a different timezone like 7:42am to database)
will have to correctly get local time from javascript client side and then send that to our backend to correctly timestamp.