2017-11-13 22:27:20 +03:00
2017-11-12 13:00:14 +03:00
2017-11-13 22:27:20 +03:00
2017-11-12 13:00:14 +03:00
2017-11-11 20:51:58 +03:00
2017-11-11 09:45:25 +03:00
2017-11-12 13:04:32 +03:00
2017-11-11 09:45:25 +03:00
2017-11-12 13:00:18 +03:00
2017-11-11 09:45:25 +03:00
2017-11-11 20:51:58 +03:00

haskell-cron-matcher

Match current time with given cron pattern.

$ haskell-cron-matcher "10-20 * * * * *"

See return code for result:

  • 0 - matched
  • 1 - dismatched
  • 2 - pattern parse error
Description
Matches current time to given expression
Readme 63 KiB
Languages
Haskell 91%
Makefile 9%