-
Notifications
You must be signed in to change notification settings - Fork 485
Fix the time calculation problem caused by start_time #844
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
9180efb
Fix the time calculation problem caused by start_time
JinRiYao2001 0f067df
Code Formatting
JinRiYao2001 257ed26
Modify the delay generation logic
JinRiYao2001 8e71413
created a method to calculate the exact delay time
JinRiYao2001 3a5427e
Fix syntax errors
JinRiYao2001 fcf3852
Changed due_start_time calculation logic and added unit test
JinRiYao2001 d8984dd
Code formatting
JinRiYao2001 22a8d7c
formatting
JinRiYao2001 c5b7434
Fixed time zone issue and added a test case
JinRiYao2001 d5a4ed8
use zoneinfo
JinRiYao2001 77bf6cf
Force the time zone of start_time to be converted to tz
JinRiYao2001 75e6f14
change test requirements
JinRiYao2001 9c68012
rollback requirements/test.txt
JinRiYao2001 c7b5aed
Update t/unit/test_schedulers.py
auvipy bcfdf1c
Adaptive py3.8
JinRiYao2001 1d492b3
Update t/unit/test_schedulers.py
auvipy cc32669
Update django_celery_beat/schedulers.py
auvipy 3521821
Update django_celery_beat/schedulers.py
auvipy f5aea43
Change the parameter name to solve the problem of too long code and s…
JinRiYao2001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ pytest-django>=4.5.2,<5.0 | |
| pytest>=6.2.5,<9.0 | ||
| pytest-timeout | ||
| ephem | ||
| backports.zoneinfo; python_version < '3.9' | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.