I am using MERN structure, and when i am creating a new data from backend like this:
req.body.date = new Date()
this dates hour is must be 19:00 but inserted dates hour is 16:00.
How can i fix this issue?
I already tried 'mongoose-timezone' package.