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

fix: Update the utcoffset func call #256

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

ElijahL
Copy link
Contributor

@ElijahL ElijahL commented Aug 9, 2023

FIX: resolving the issue when non UTC format returned None instead of expected total of seconds number.

According to #255 and #251 and my personal observations, line 84 in decoder.py returns None instead of expected number of seconds, which leads to an error during a start of celery. Solution proposed by hvdklauw worked for me. I haven't seen a resolution of this issue, so I'm proposing this change as an inclusion to the project.

@ElijahL ElijahL marked this pull request as draft August 10, 2023 08:18
@ElijahL ElijahL marked this pull request as ready for review August 10, 2023 08:18
@sibson
Copy link
Owner

sibson commented Aug 14, 2023

Thanks for putting this together. It would be good to also have a few tests around this to ensure we don't regress again.

@sibson sibson merged commit a471619 into sibson:main Aug 14, 2023
4 of 5 checks passed
@DArtagan DArtagan mentioned this pull request Nov 21, 2023
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