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

Future Dev - resolve TimeZone aware #109

Open
rstan-dev opened this issue Aug 18, 2023 · 0 comments
Open

Future Dev - resolve TimeZone aware #109

rstan-dev opened this issue Aug 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rstan-dev
Copy link
Owner

rstan-dev commented Aug 18, 2023

Address timezone warnings - warnings.warn("DateTimeField %s received a naive datetime (%s)

not sure where these warnings are only showing up in the test

System check identified no issues (0 silenced).
/workspace/.pip-modules/lib/python3.8/site-packages/django/db/models/fields/init.py:1416: RuntimeWarning: DateTimeField Van.date_added received a naive datetime (2024-01-02 12:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"

./workspace/.pip-modules/lib/python3.8/site-packages/django/db/models/fields/init.py:1416: RuntimeWarning: DateTimeField Van.date_added received a naive datetime (2024-01-02 12:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"

.............../workspace/.pip-modules/lib/python3.8/site-packages/django/db/models/fields/init.py:1416: RuntimeWarning: DateTimeField Van.date_added received a naive datetime (2024-03-02 12:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"

/workspace/.pip-modules/lib/python3.8/site-packages/django/db/models/fields/init.py:1416: RuntimeWarning: DateTimeField Van.date_added received a naive datetime (2024-02-02 12:00:00) while time zone support is active.
warnings.warn("DateTimeField %s received a naive datetime (%s)"
...........

@rstan-dev rstan-dev added the enhancement New feature or request label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: FUTURE ENHANCEMENT
Development

No branches or pull requests

1 participant