-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify timezone for cron jobs? #73
Comments
There are at least two forks of this project that add timezone support: Would you consider merging the changes into the percolate synced cron package? |
PR #74 is open. It is based on the changes from the previously mentioned projects, with cleanup and a version bump indicating new feature. I am not sure whether the version number should be bumped to 2.0.0, since this may introduce a backwards-incompatible API change. |
Any updates? :D |
Probably not the update you're asking for, but I'm no longer using JavaScript or Meteor for substantial server-side projects. I've moved over to using full-stack Django with JavaScript, progressively enhancing the UI. It's been a much more fulfilling developer experience. |
We have a server that is located in a different timezone than our primary users, and need to generate reports based on the users' timezone.
How can we build a cron job to run at midnight in a given timezone (e.g. UTC +2)?
The text was updated successfully, but these errors were encountered: