I'm facing issues with different time zone while uploading data in MongoDB with backend as a Nodejs. So the issue is, for example when I'm uploading some data from America with Date with local UTC format (Ex: 20-Dec-2021). so from other locations like from India when I'm filtering the data on the Date: 20-Dec-2021, I'm not getting any date. how do I manage the data globally to access the uploaded date?.
And I want to understand how MongoDB stores the date in which formate.