You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For recent articles, sometimes the datetime appears to be several hours into the future. I recommend taking a look at the fromNow() method that is called in Carousel.js and Diptych.js.
The text was updated successfully, but these errors were encountered:
In helpers/format.js, there is a function that is returning the wrong value for the dates of articles. As you can see in the screenshot above, the featured article at the top says that it was published "in 6 hours," which does not make sense. Seems like the date/time is being slightly offset and needs some readjustment. I am not sure why the offset is there, but you could try rewriting the fromDate() function to see what works.
For recent articles, sometimes the datetime appears to be several hours into the future. I recommend taking a look at the
fromNow()
method that is called inCarousel.js
andDiptych.js
.The text was updated successfully, but these errors were encountered: