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

Properly convert datetime from backend. Fix: #323, Fix: #330 #332

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

spoksss
Copy link

@spoksss spoksss commented Apr 7, 2020

# Because of that if datetime is naive we should use it as source timezone
# celery.utils.time.maybe_make_aware - always convert naive datetime to UTC
# which may be wrong in Django sicase.
django_timezone = getattr(settings, 'TIME_ZONE', None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will need a proper test case

@auvipy auvipy closed this Dec 11, 2021
@auvipy auvipy reopened this Dec 11, 2021
@auvipy
Copy link
Member

auvipy commented Mar 13, 2023

a test is failing with this change. it would be great if you can fix the test

@@ -4,6 +4,7 @@
import math
from multiprocessing.util import Finalize

import pytz
Copy link
Contributor

@cclauss cclauss Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cclauss
Copy link
Contributor

cclauss commented Jan 9, 2024

Please rebase.

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.

3 participants