2.1.0 • Published 6 years ago

noinfopath-bson-timestamp v2.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

NoInfoPath BSON Timestamp

NPM

NPM

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