现在是北京时间2024年3月14日早上10:39,微信小程序数据库的以下这条语句: db.collection('waihuhaoma') .where( {start_date:_.gt(new Date())} ) .get() 搜索出: [ { "_id": "63cb1eba65f254e90313d8c14c8bc627", "end_date": "2024-03-20T08:00:00.000Z", "start_date": "2024-03-14T08:00:00.000Z", } ] ,
db.collection('waihuhaoma') .where( {start_date:_.lt(new Date())} ) .get() 搜索不出结果 。
serverDate不支持直接比较大小;
建议保存时间戳。