mongodb - Reactivemongo BSONTimestamp conversion -
i have record in mongodb having ts: timestamp(1437688345, 2). when record retrieved reactivemongo in scala application, contains ts: bsontimestamp(6174824423615365122).
in such case, how can query documents have timestamp greater ts: timestamp(1437688345, 2) in database?
Comments
Post a Comment