MongoDB 常用查询语句/技巧2025年4月21日 · 阅读需 1 分钟转换为 UTC 时间字符串 // 转换为 UTC 时间字符串db.collection.find({ timestamp: { $gte: new Date( new Date("2025-03-22T00:00:00+08:00").toISOString()) }});