Django: Running a process each day at specified user local time
问题 I'm porting my site to python/django, and one of the main exercises involves a set of data where users can schedule an event in their local time, and have it happen every day. Currently i have a cron job (on another server) that hits up a method every e.g 5 minutes and see's if anything needs to be schedule over the next (let's say ) 10 minutes. I store a Time value, and the user's local timezone for each job What is the best way to do this? Right now I am working on a function that: Converts