Registry / utility / adhocore-gronx

adhocore-gronx

JSON →
library1.19.7gogounverified

A cron expression parser and scheduler for Go.

go get github.com/adhocore/gronx
INSTALL
IMPORT
SIG · ADHOCORE-GRONX
A
adhocore-gronx
utilitygov1.19.7
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.

gronx
github.com/adhocore/gronx

Parses a cron expression and gets the next run time.

package main import ( "fmt" "github.com/adhocore/gronx" ) func main() { g := gronx.New() next := g.Next("*/5 * * * *", "2023-01-01 00:00:00") fmt.Println(next) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.19.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
32
Meta
1
OpenAI (training)
1
Resources
adhocore-gronx — go get adhocore-gronx · libregistry