Hacker News new | ask | show | jobs
by Alupis 3838 days ago
Good 'ol fashioned Cron will do the trick...
1 comments

fair option
otherwise, it seems overkill to need some public API to do this.

idk what language you're working in, but for local timing issues, Quartz Scheduler is pretty good (for JVM languages). It support cron syntax as well.

https://quartz-scheduler.org/

use case is for something similar to what MyFitnessPal does with user-specified reminders by time of week