code-for-nashville / inclucivics

Data visualization of Nashville Metropolitan Government employee salary and demographics
http://www.codefornashville.org/inclucivics/
MIT License
12 stars 18 forks source link

Latest date renders day before in Summary tab #147

Closed mshenfield closed 6 years ago

mshenfield commented 7 years ago
screen shot 2017-08-31 at 11 39 09 pm

On the summary tab, passing in a date of "07/14/2017" here gets rendered as "07/13/2017".

JS assumes we are passing in a UTC time, so internally stores the correct date, but renders the GMT date (-500).

This is a good opportunity to learn about dates and the JavaScript Date object.