noinfopath-bson-timestamp
v2.1.0
Published
Makes BSON Timestamps usable.
Downloads
3
Readme
NoInfoPath BSON Timestamp
This module provide two useful functions for converting a BSON Timestamp object to a Unix Epoc timestamp, and back again.
Install
npm install noinfopath-bson-timestamp --save
Usage
var unixTimestamp = NoBSONTimestamp.toNumber(timestamp),
bsonTimestamp = NoBSONTimestamp.fromNumber(tsn);
Dependecies
This module requires the following dependencies:
npm install mongodb --save