gocron
gocron copied to clipboard
Setting timezones for individual jobs
Is that possible? I'm looking at a scenario where a function may run as a scheduled task at midnight in different timezones, supplied with different parameters.
I think I might have figured it out - I can set up concurrent schedulers, and just change their timezone - the way it's done in #22. Do you think that makes sense?