1.0.1 • Published 9 years ago

random-timestamps v1.0.1

Weekly downloads
82
License
MIT
Repository
github
Last release
9 years ago

random-timestamps

Generate a random timestamp. This is a standard Unix time, so a random number of seconds since January 1, 1970.

MIT License

build:? coverage:?

Install

$ npm install --save random-timestamps 

Usage

var randomTimestamp = require('random-timestamps');
  
// API
// - randomTimestamp();

randomTimestamp();
// => 576556683

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.