Mongodb – Using Mongoose and Luxon to try and display date of event, but I'm getting the day before
I am using Mongoose and Luxon to display a date, selected by the user from a form. But the date is console.logging one date, but displaying on the page as the day before. This is my model: const mongoose =…