We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
It would be interesting to also support the ISO WEEK numbering, already handled with %V flag in strftime
This would make issue titles consistent with business calendars
Done in periodictask 3.1.1
lib/scheduled_tasks_checker.rb:11: subject.gsub!('**WEEK**', Time.now.strftime("%W")) lib/scheduled_tasks_checker.rb:12: subject.gsub!('**WEEKISO**', Time.now.strftime("%V")) lib/scheduled_tasks_checker.rb:17: description.gsub!('**WEEK**', Time.now.strftime("%W")) lib/scheduled_tasks_checker.rb:18: description.gsub!('**WEEKISO**', Time.now.strftime("%V"))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
It would be interesting to also support the ISO WEEK numbering, already handled with %V flag in strftime
This would make issue titles consistent with business calendars
Done in periodictask 3.1.1
The text was updated successfully, but these errors were encountered: