Registry / utility / parse-cron

parse-cron

JSON →
library0.1.4rbrubygemsunverified

Parses cron expressions and calculates the next occurrence.

gem install parse-cron
INSTALL
IMPORT
SIG · PARSE-CRON
P
parse-cron
utilityrubyv0.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CronParser
require 'parse-cron'

Calculate the next time a cron expression will fire.

require 'parse-cron' parser = CronParser.new('*/5 * * * *') puts parser.next(Time.now)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
parse-cron — gem install parse-cron · libregistry