CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

fixed UTC date issue #145

Closed prphntm63 closed 3 years ago

prphntm63 commented 3 years ago
PH-Lazurous commented 3 years ago

How well did this work in testing? Apparently Sequelize has a history of reformatting dates on save to date field types. Found several issues referencing it but nothing but work arounds for it. Might have to search out an ISO date format solution for long term?

Spit balling ...

prphntm63 commented 3 years ago

This worked. The issue wasn't with the date creation / back end / Sequelize, but rather the front end scoresheet displaying the date. Issue was we were simply truncating the UTC datetime string instead of reinitializing a local datetime with TZO.