How to do query with timezone settings in Mongodb

后端 未结 2 845
刺人心
刺人心 2020-12-19 02:53

I\'m trying to transfer my application database from Mysql to Mongodb, but I met a problem with datetime queries.

In Mysql, when there is a datetime or timestamp col

2条回答
  •  不思量自难忘°
    2020-12-19 03:40

    had a similar issue discussed here, https://groups.google.com/forum/?fromgroups=#!topic/mongodb-user/PodDGnWM09Q

    also, this website also might come in handy for future refrencing :) http://www.querymongo.com/

提交回复
热议问题