Closed bcho892 closed 4 months ago
Is your feature request related to a problem? Please describe.
Right now there is quite a bit of jank on the frontend because of all the custom date handling.~~ moment.js may help clean some of this up. ~~
moment.js
We need to clean up the mess we have with all the dates, and assert that UTC must be used for all date related data.
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Right now there is quite a bit of jank on the frontend because of all the custom date handling.~~
moment.js
may help clean some of this up. ~~We need to clean up the mess we have with all the dates, and assert that UTC must be used for all date related data.
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)