Skip to content
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

Time Zone support #102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Time Zone support #102

wants to merge 2 commits into from

Conversation

gainskills
Copy link

@gainskills gainskills commented Jan 6, 2020

Hi there,

Thanks for your effort on this awesome plugin.

I'm a fresher to Ruby and struggled on this plugin's timezone setting, related issues:

What I proposed are:

  1. Refer to @alexander-sessa 's suggestion, made the next run time in the new periodic task is possible
  2. Fix the time of 'next run time' is fixed '09:00:00; when the 'business day' option is enabled.

I would say what I changed is not the best solution, reason: For -2, the time is changing because of time.now changes while crontab won't run the task right after the scheduled time. All I want to do is sharing what I did and hope it could be a hint for the final solution.

Thanks,

@dobriand
Copy link

dobriand commented Feb 5, 2021

I have the same problem, the time of 'next run time' is fixed '09:00:00; when the 'business day' option is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants