mongodb - expireAfterSeconds what timezone is used? -
when i'm doing:
db.events.ensureindex({ "expiresat": 1 }, { expireafterseconds: 0 })
what timezone expiresat
comparing ??
mongodb dates utc dates. therefore, values can st "expiresat" field utc times. , expiry going @ after set expiryafterseconds (in case 0) passed since expiresat in utc time.
Comments
Post a Comment