MongoDB Data Types: 06 What is Date and ISODate in MongoDB?

preview_player
Показать описание

All dates in MongoDB are stored using ISODate BSON type.

How new ISODate can be generated?
You can use either new Date() or ISODate() for this.

🔥 Discord community

🔥 Udemy Profile

SUBSCRIBE IN SOCIAL NETWORKS

Email 📧 in case you want to send me a notice
Рекомендации по теме
Комментарии
Автор

Thanks, Bogdan, easy to understand!
Can I ask if I don't want to install the mongo shell, can I just run it on some certain platform(like js compiler online)?

antillc
Автор

by default it will UTC timezone, how to convert it to our own timezone

vinaykulkarni