-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Day is out of range for month #328
Comments
That's interesting, date time is supposed to handle that automatically and give you back 1/1/2025. Good find |
Thinking about it, the last time I looked at this code would have been when python 3.7 was the newest version, i.e. many years ago, so I'm amazed this has never been reported. The fix is actually quite simple:
May need to import If you can make a test case for this, we can push out a 1.4.1 release |
…#328 Test Case and Bug fix for Issue #328 - Day is out of range for month
Merged into release branch v1.5.0 |
Describe the bug
When attempting to execute a planned scenario start using the Scheduled Start feature and when it is the end of the month, an error occurs. In this situation the next day is the first day of the month (so we change the month).
This Issue was found while performing regression tests: https://github.com/damies13/rfswarm/actions/runs/12547189301/job/35020579903
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Rfswarm Manager should handle the month change and day when the next day is in a new month.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: