Amazon web services – How to get the lastTimeStamp from MongoDB if the passed time is 24 hours?
I have backend in NodeJS and database is MongoDB. I have a collection for conversations, and each conversation has a field lastResponseMentor and it stores the time when the mentor replied last. I want to trigger an email using a…