Project

rtime

0.0
No commit activity in last 3 years
No release in over 3 years
RTime is a random timestamp generator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.18
 Project Readme

RTime

Build Status Gem Version Test Coverage Inline docs Code Climate Issue Count

Summary

RTime is a random timestamp generator.

Installation

This app is intended to be used as a command-line utility.

Installation is as simple as,

gem install rtime

If you eventually develop a taste for rtime's tiny API, you may want to follow the steps below.

Add this line to your application's Gemfile:

gem 'rtime'

And then execute:

bundle

Usage

rtime generate <start_date> <end_date> <coverage> [--night-only]

Here's an example use case:

$ rtime g 20170127 20170203 60% --night-only

2017-01-28 20:48:48 +0000

2017-01-29 03:51:15 +0000

2017-01-31 01:15:47 +0000

2017-02-03 23:41:54 +0000

Contributing

If you are interested in contributing, please submit a pull request.

License

MIT