1.0.0 • Published 8 years ago

random-hammertime v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

random-hammertime

Generate a random hammertime.

MIT License

build:? coverage:?

Hammertime is the name given to a Unix time with milliseconds. Which is the same as saying the number of milliseconds since 1970. It has finer granularity than a normal Unix timestamp and thus is often used in realtime applications.

According to startup lore, Hammertime was coined by a startup whose founder had an interesting interaction with M.C. Hammer. There was no name given to “Unix time with milliseconds” and while brainstorming ideas (because Unix time with milliseconds is a confusing mouthful), someone suggested Hammertime and it stuck.

Install

$ npm install --save random-hammertime

Usage

var randomHammerTime = require('random-hammertime');

// API
// - randomHammerTime([options]);

// options
// - year
// - month
// - day
// - hour
// - minute
// - second
// - millisecond


randomHammerTime();
// => 2273327300317

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.