Install golang-github-gorhill-cronexpr-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-gorhill-cronexpr-dev
Description:
cron expression parser
Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression. . The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.
Homepage: https://github.com/gorhill/cronexpr
Version: 1.0.0-2
Section: universe/devel