Hi there guys, I am looking for ideas on how to write a task scheduler for my server. I've written a server that performs certain tasks however I want the server to perform these tasks automatically at certain times of the day (e.g. 00:00, 11:00 and 15:00). At these times the server must call a function to trigger these tasks. What would be the best approach for this?