TheStanfordDaily / archives-web

Helper functions and web app for METS/ALTO archive viewing.
https://archives.stanforddaily.com
6 stars 2 forks source link

Fix article dates #94

Closed ufxela closed 4 years ago

ufxela commented 4 years ago

Reasons for making this change

Issue url's/sidebars were not matching up with the issue that was being displayed (they were off by one). This was due to a timezone issue with the moment data type for storing dates (see https://stackoverflow.com/questions/47528857/momentjs-date-string-adds-one-day).

Related tickets

Fixes #86 #88