reugn / go-quartz

Minimalist and zero-dependency scheduling library for Go
https://pkg.go.dev/github.com/reugn/go-quartz/quartz
MIT License
1.8k stars 85 forks source link

Trigger start time functionality suggestion #34

Closed erenaslandev closed 2 years ago

erenaslandev commented 2 years ago

The start time can be set in other packages (java, .net). We should be able to do that with this package as well.

Edit: I guess you can do it with NextFireTime. It didn't seem very understandable to me.