radgrad / radgrad2

Source code for RadGrad, Version 2
https://radgrad.org
9 stars 5 forks source link

Issue 729 - Event dates displayed incorrectly #746

Closed timothyhuo1 closed 3 years ago

timothyhuo1 commented 3 years ago

What this accomplishes Event dates will display correctly.

What contributors need to know Opportunity Form inputs date in Zulu time. When you use moment(), it will parse and display the date in local time. Causing the dates to be one day behind. Solution will be using moment.utc() instead of moment().