Skip to content

arr-dev/cron_when

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronWhen is (a future) gem for retrieving execution time for cron job from crontab string.

Never realy got to implementing it, but I should, probably.

Installation

$ gem install cron_when

Or with Bundler in your Gemfile.

gem 'cron_when', :require => false

Getting started

$ cron_when @hourly
# => 2012-01-27 00:00:00 +0100

Format support is taken from Debian crontab(5) man page

About

Calculate cron schedule

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages